Hosted URL using Cloudflare Pages: https://partner-sphere.pages.dev/
- Svelte version 4.2.8
- Svelte Material UI - All Elements
- Recommended IDE: Visual Studio Code
- Svelte Material UI (SMUI) documentation: https://sveltematerialui.com/
- Threlte documentation: https://threlte.xyz
- Firebase: https://firebase.google.com/
For all libraries used for the frontend code, please check the package.json
file
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), run the project:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of the app:
npm run build
You can preview the production build with npm run preview
.