This is the repo for the Vue web app for Admins of the site.
-
install node 23.0.0 or higher
-
install pnpm 9.0.0 (Performant NPM)
$npm install -g pnpm
-
install dependencies
$pnpm install
-
create a .env.local file based on example.env.
-
serve with hot reload at
localhost:5173
$pnpm dev