A collection of UIs that do the wrong things well. Contributions welcome.
- Clone the repo
- make testto run the test suite
- make runto start the development server
- Open your browser to http://localhost:3000/
- 
Copy one of the apps in src/apps/:templatetosrc/apps/:newthing.
- 
make run.
- 
Your project should be visible at localhost:3000/:newthing. Follow whatever file structure you please, so long as the following two files exist:- layout.html.ejsto render your HTML template
- index.jsto boostrap your client-side JS
 
- Preact for UI components
- esbuild for bundling assets
- Express to handle requests
- Google Cloud Run for hosting