To get a local copy up and running, please follow these simple steps.
Here is what you need to run march.
https://github.com/marchhq/march.git
cd march
git checkout -b <feature-branch-name>
pnpm install
Go to the app/backend
and app/frontend
directories and duplicate the .env.example
to .env
.
pnpm dev
To set up the Linear integration:
.env
file:LINEAR_REDIRECT_URL=http://localhost:3000/auth/linear
LINEAR_CLIENT_ID=<your_linear_client_id>
LINEAR_CLIENT_SECRET=<your_linear_client_secret>
Replace <your_linear_client_id>
and <your_linear_client_secret>
with the values provided by Linear for your OAuth application.