Skip to content

Latest commit

 

History

History

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

App

  1. Setup environment variables
cp .env.example .env
  1. Install dependencies
npm ci
  1. Start the app
npm run dev