Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacoblee93/jacobsimulator

A fantastic website
https://github.com/jacoblee93/jacobsimulator

Last synced: 25 days ago
JSON representation

A fantastic website

Awesome Lists containing this project

README

        

# Basic Static Webpage from StdLib

The `static` function will route to anything in your `./static/` folder,
`__main__.js` will load `./templates/index.ejs` (handlebars template).

Test locally with `$ lib http`.

Enjoy!