Hungry at the office? No problem, we have a solution. Using Slack. Enjoy
Its a dangerous world out there, order lunch from the comfort of slack!
Get Started
Assuming you have node
and git
installed, run the following:
$ git clone https://github.com/Ninahp/Lunch_App.git
Using ssh
$ git clone git@github.com:Ninahp/Lunch_App.git
And then ...
$ cd Lunch_App && npm i
To start the app in development,,
$ npm run dev
Contribution Guideline*
Simple, use a branch name relevant to what you are working on
$ git checkout -b myAwesomeFeature develop
Make a pull request to develop
Well, lunch has been served. Happy Coding!