Lavender Snake's implementation on Marketplace/E-commerce
- Clone the project
git clone [email protected]:Hack-Weekly/lavender-snake-marketplace.git
- Go to project's folder
cd lavender-snake-marketplace
- Install dependencies
npm i
- Create a file called
.env
in project's root - Copy the content of the file posted by Jude here
- Start development server
npm run dev
- Make sure the project is running on port 3000 (because of some necessary hard-coding issue)