To get a local copy up and running, please follow these simple steps.
Here is what you need to run march.
- Node.js (Version: >=18.x)
- pnpm (recommended)
- Clone the repo into a public GitHub repository
https://github.com/marchhq/march.git
- Switch to the project folder
cd march
- Create your feature or fix branch you plan to work on using
git checkout -b <feature-branch-name>
- Install packages with pnpm
pnpm install
- Set up your .env file
Go to the app/backend
and app/frontend
directories and duplicate the .env.example
to .env
.
- Run (in development mode)
pnpm dev