Skip to content

Commit

Permalink
Document how to start the homepage locally (wintercg#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed May 10, 2022
1 parent 4ae2da5 commit 4fd17df
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# www

The website for this community group.

## Start the website locally

First install Deno.

Mac, Linux:

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

Windows:

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

Run the command:

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

Open http:https://localhost:8000

0 comments on commit 4fd17df

Please sign in to comment.