Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 498 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (26 loc) · 498 Bytes

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
  1. install dependencies
npm install
  1. run the application locally
npm run dev
  1. go to https://localhost:3000