Skip to content

Commit

Permalink
readme: basic setup instructions (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
shirakaba authored Nov 8, 2023
1 parent 88e55af commit 1d04f39
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ Shadow is a new novel web engine made (almost) entirely in JS from scratch.
- [Introducing Shadow](https://goose.icu/introducing-shadow/)
- [Shadow Devlog #1](https://goose.icu/shadow-devlog-1/)

## Contributing
To run the repo, just serve the root directory using a local HTTP server like [sirv-cli](https://github.com/lukeed/sirv):

```sh
npx sirv-cli .

# Now navigate to: http://localhost:8080/index.html
```

<!--
### next up
Expand Down

0 comments on commit 1d04f39

Please sign in to comment.