Skip to content

haider000/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

Frontend repo for Devsnest's main website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.1%
  • SCSS 20.8%
  • HTML 1.1%