# Installing and building
All commands below to be ran in the project root / directory.
# Installing
See Vite ⚡ (opens new window) for more information.
Run npm install or yarn install to grab dependencies
npm install
# Building
Compiles and hot-reloads for development
npm run dev
Compiles and minifies for production
npm run build
Locally preview production build
npm run preview