Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Create a
.env.localfile and fill with necessary variables based on.env.example - Clone the repo
git clone https://github.com/manmoksh/DocCollabs.git
- Install packages with npm
npm install
- Run developer server
npm run dev