This app is very in progress, but feel free to poke around!
This project was scaffolded using the Epic Stack. Check out the docs for more detail on the project architecture and setup.
To get started:
- Install dependencies by running
npm install
- Run the setup script with
npm run setup
- Run the app with
npm run dev