Simple recipe management system written in pure JavaScript
live version: https://wiatr-recipy.netlify.app
Use git to clone repo
git clone https://github.com/MaciejWiatr/Recipy.git
Install dependencies
npm install
Run development server 🖨
npm run dev-server
Build project 👷♂️
npm run build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.