the psychonaut tracker app
Find the public app here (view on mobile)
or clone and view it locally:
🌳 built with elm-spa
This project requires the latest LTS version of Node.js
npm install -g elm elm-spa
elm-spa server # starts this app at http:/localhost:1234
elm-spa add # add a new page to the application
elm-spa build # production build
elm-spa watch # runs build as you code (without the server)
You can learn more at elm-spa.dev