Skip to content

wintercg/www

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Because of trademark reasons, it is not clear that Bloomberg's logo
can appear here, so this PR makes the `src` field of `PARTNER_LOGOS`
optional, showing the `name` instead.
f1b44a2

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 26, 2022 17:15
March 20, 2023 20:44
April 28, 2022 23:38
April 28, 2022 23:38
April 28, 2022 23:38
April 28, 2022 23:38

www

The website for this community group.

Start the website locally

First install Deno.

Mac, Linux:

curl -fsSL https://deno.land/install.sh | sh

Windows:

iwr https://deno.land/install.ps1 -useb | iex

Run the command:

deno run -A --no-check main.jsx

Open http://localhost:8000