Skip to content

hellosagar/devsnest-frontend

Repository files navigation

##Setup

  1. Install yarn
$ npm install -g yarn 
  1. Install packages
$ yarn install
  1. Run Server in development mode
$ yarn start

Note: Please make sure you have nodejs installed on your machine.

How can you contribute?

  1. Create a new branch
$ git checkout -b feature/<your-feature-name>
  1. Commit your changes and push it on github
$ git commit -am "<what changes you have made" && git push origin feature/<your-feature-name> 
  1. Create a PR, and get it reviewed, that's it.

Note: Master is our holy grail, never push anything to master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published