Skip to content

jomichaelis/asv-frontend

Repository files navigation

ASV Frontend

!!! warning Apparently, env-variables are not updated when running npm run dev in the VSCode terminal. This is a known issue with Vite. To fix this, run the command in a different terminal.

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

Customize configuration

See Configuration Reference.