Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 1.35 KB

readme.md

File metadata and controls

54 lines (44 loc) · 1.35 KB

Shadow

Shadow is a new novel web engine made (almost) entirely in JS from scratch.

(more info there)

Posts

Contributing

To run the repo, just serve the root directory using a local HTTP server like sirv-cli:

npx sirv-cli .

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