Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 292 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 292 Bytes

Cooking Site

🔨 Dev Environment Setup

Running this project on your local machine.

In the root directory of project run:

1. Install Requirements

npm install .

2. Start the project

npm run dev

Visit http://localhost:3000/ to see the result.