The web frontend for the Agora VR Project is being implimented using the Svelte web framework and Routify for SPA routing.
To start developing, you will need Node.js installed. Afterwards, run the following commands to install the required dependencies and start the development server.
npm install
npm run dev
dev
Development
dev:split
Development (with code splitting)
build
Build a bundled app for SSR + prerendering and a dynamic app for code splitting
export
Export static pages (with app fallback)
preview-build
Run after build to preview app