Nodejs >= 16 needed.
npm install
npm run dev
Prettier
npx prettier --write .
Configuration -- .env
and/or .env.local
VITE_HOST
: access point to the backend. Write https://xxx
if server's using HTTPS.
VITE_VERSION
: Set to symbioticeda
for the main site config, and regymm
for development/personal config.
npm run build
Then serve dist/
. Override the page/
directory in fpgaol-caas-backend with the contents of dist/
and serve frontend/backend together.