Latest version of Node.JS recommended
npm install
run a local webserver on http://localhost:8080
npm run dev
npm run test
npm run sandbox
Toggle VITE_API_URL in ./src/env/.env.development
aws sso login
npm run deploy-prod
OR
npm run build
npx s3-spa-upload dist cnc-game-knights-frontend-prod
npm run deploy-dev
OR
npm run build -- --mode development
npx s3-spa-upload dist cnc-game-knights-frontend-dev
npm run deploy-sandbox