We are committed to fostering a welcoming, respectful, and inclusive community.
This project adheres to the .
By participating, you are expected to uphold this code. We expect all contributors to help maintain a safe and positive environment for everyone.
If you witness or experience any behavior that violates this code, please report it by contacting: [your-email@example.com]
This project is licensed under the Nonviolent Public License version 7 or later (NVPLv7+).
Use of this software is restricted to nonviolent, non-coercive, and non-discriminatory purposes.
Attribution is required. Please credit this project in derivative works with the following:
© 2025 Annabel Church — Licensed under NVPLv7+
This license is not OSI-approved but is designed to reflect ethical principles of nonviolence and human rights.
Everything you need to build a Svelte project, powered by sv.
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildnpm run lint
### Fix issues
```bash
npx prettier . --writeYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.