To setup the repo follow the steps mentioned below
- Install node
- Install pnpm (optional)
- curl (optional)
- Clone & create this repo locally with the following command:
git clone https://github.com/the-monkeys/the_monkeys.git- Install dependencies using npm:
npm run install-depsor
pnpm install-
Create
.env.localfile inapps/the_monkeys -
Copy variable names from
.env.exampleto.env.local
See CONFIGURE.md, for steps to setup the dev server
You can run the server using
npm run dev
# or
pnpm dev