A landing page directing users to various Hyperapp resources.
Once you have cloned or forked this repository, run the following npm scripts from the project root:
Install all dependencies.
npm install
Build and watch files for changes.
npm start
This will build the application and serve it on http://localhost:8080.
Happy Hacking!