Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 428 Bytes

Country Gardens

An ecommerce site for Country Gardens greencrocers.

Getting Started

git clone https://github.com/RhydianJenkins/countrygardens.git
cd countrygardens
cp .env.example .env # ensure to fill out these parameters
npm i
npm run dev