Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 437 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 437 Bytes

ROYAL CLOTHING

Quick Start

  • Download/clone repository, and navigate to project directory.
  • Run npm i in both project directory and /client directory.
  • If you intend to make payments, create a .env file in project directory with your Stripe secret key as such: STRIPE_SECRET_KEY=key_without_quotes
  • Run npm run dev in project directory. Go to localhost:3000.