Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 321 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 321 Bytes

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