This repo contains the source code and documentation powering https://www.hello.coop/.
- Git
- Node (~18), npm (~9)
- A fork of the repo (for any contributions)
- A clone of the www.hello.coop repo on your local machine
cd www.hello.coopto go into the project rootnpm ito install the npm dependencies
npm run dev
npm run build
npm run start #This needs to be run after npm run build