Easy Meal Planner
You need to install Node.js first, then in order to clone the project via HTTPS, run this command:
git clone https://github.com/ASK-v1/mealmelon.git
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:
git clone git@github.com:ASK-v1/mealmelon.git
cd frontend
npm install
npm run serve
This project is under the MIT license. Released in 2021.