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

topmonks/brutegg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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