Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

67 lines (45 loc) · 1.19 KB

Contributing

some useful information

Ways to contribute

  • solve issues
  • suggest a feature
  • submit new issues
  • have fun and improve the site anyway you like!

Follow the steps to run the application!

  1. Fork the repo
  2. clone the repo locally
git clone https://github.com/drex44/good-food-guide.git
  1. go to the directory
cd good-food-guide/www
  1. install dependencies
$ yarn
# or
$ npm install
  1. run the application locally
$ yarn dev
# or
$ npm run dev
  1. go to https://localhost:3000

How the PR process works 🏗️

✅ Check for open issues

✅ Fork the repo

✅ Make some edits on your own copy that fixes the issues.

✅ Create a new branch and then commit.

✅ Create a pull request that will be merged to the main repo. (Remember to mention which issue you're fixing)

✅Your code will be reviewed and approved.

✅If you have questions on any issue, kindly use the comment.

Don't forget to comment on the issue, you're working on. otherwise there will be two PRs for the same issue!