Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 215 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 215 Bytes

BRUTE

Frontend development (storefront)

Root folder cd storefront

Setup

  1. mv .env.local.example .env.local
  2. Edit .env.local according to comments
  3. nvm use 16
  4. npm i
  5. npm run dev