Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 733 Bytes

File metadata and controls

47 lines (31 loc) · 733 Bytes

CONTRIBUTING

To setup the repo follow the steps mentioned below

Prerequisites

  1. Install node
  2. Install pnpm (optional)
  3. curl (optional)

Installation

  1. Clone & create this repo locally with the following command:
git clone https://github.com/the-monkeys/the_monkeys.git
  1. Install dependencies using npm:
npm run install-deps

or

pnpm install

Environment setup

  1. Create .env.local file in apps/the_monkeys

  2. Copy variable names from .env.example to .env.local

Setup local dev server

See CONFIGURE.md, for steps to setup the dev server

Building and running

You can run the server using

npm run dev
# or 
pnpm dev