This is a SvelteKit project for exploring Web3 concepts (Concept 8).
Install dependencies:
npm install
Run the development server:
npm run dev
The app will be available at http://localhost:5173 by default.
src/
- Main source code directoryroutes/
- SvelteKit routes (pages)app.html
- HTML templatejsconfig.json
- JS/TS path and project configurationsvelte.config.js
- SvelteKit configurationTo create a production build:
npm run build