shadow icon indicating copy to clipboard operation
shadow copied to clipboard

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

Shadow

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

Try it in your browser!

(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