Fork this repo, write some code and submit a pull request into the develop branch.
This guide assumes you have Node, yarn and PostgreSQL already installed.
This guide also assumes you know how to create a database with Postgres!
Clone the repo. Install dependencies with:
yarn
Note: this project uses yarn, pull requests using npm or pnpm will be ignored
Then you need to run the knex migrations with:
knex migrate:latest
To start the development server, simply run:
yarn dev
To generate a production build, run:
yarn build