- node
- npm
- Patience & Creativity
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
cd client
npm install
npm run dev -- --open
db/
contains information to initialise the database.
This project usses github actions to deploy onto Cloudflare with every code change.
- Make sure secrets are set for the following variables:
CLOUDFLARE_API_TOKEN
CLOUDFLARE_AUTHOR_ID
Instructions on how to obtain these are here.
- Make sure Github Actions permissions is set to Read and Write using a
GITHUB_TOKEN
.
WIP