Prerequisites:
Running a development server:
- clone this repository
- using a terminal,
cd
into the newly project directory - install all dependencies with
pnpm install
- run the development server with
pnpm dev
- open your browser and visit
http://localhost:5173/
Follow steps 1 - 3 from the getting started guide, then run pnpm build
to create a deployable bundle. This command will compile all assets into the dist
folder in your project root. You can then copy the contents of the folder to a webserver or static webhosting.