some useful information
- solve issues
- suggest a feature
- submit new issues
- have fun and improve the site anyway you like!
- Fork the repo
- clone the repo locally
git clone https://github.com/drex44/good-food-guide.git
- go to the directory
cd good-food-guide/www
- install dependencies
$ yarn
# or
$ npm install
- run the application locally
$ yarn dev
# or
$ npm run dev
- go to https://localhost:3000
✅ 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!