Skip to content
forked from marchhq/march

building a second brain for next generation makers;

License

Notifications You must be signed in to change notification settings

Hitarthsheth07/march

 
 

Repository files navigation

Getting Started

To get a local copy up and running, please follow these simple steps.

Prerequisites

Here is what you need to run march.

  • Node.js (Version: >=18.x)
  • pnpm (recommended)

Development

Setup

  1. Clone the repo into a public GitHub repository
https://github.com/marchhq/march.git

  1. Switch to the project folder
cd march
  1. Create your feature or fix branch you plan to work on using
git checkout -b <feature-branch-name>
  1. Install packages with pnpm
pnpm install
  1. Set up your .env file

Go to the app/backend and app/frontend directories and duplicate the .env.example to .env.

  1. Run (in development mode)
pnpm dev

About

building a second brain for next generation makers;

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.0%
  • JavaScript 38.3%
  • CSS 1.4%
  • Other 0.3%