Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.08 KB

what-do-we-eat

code style: prettier Renovate enabled CircleCI

If you're here, you're definitely curious, and you're most likely going to be disappointed. This project is a millionth attempt at fixing the infamous "What do you want to eat this week?" question. Who's more objective than JavaScript to help gf and I put together a weekly food schedule.

Getting started

Clone the project

git clone git@github.com:m4thieulavoie/what-do-we-eat.git

Install dependencies

Then, to init the project

cd what-do-we-eat
npm install

Start the project

If you want to run the project, simply run

npm start

Webpack will then indicate you to open localhost:3000. When you'll do so, you'll see the project running.