/countermapland

Primary LanguageSvelteGNU General Public License v3.0GPL-3.0

Countermap

Code of Conduct

This project has a Code of Conduct. The Countermap.land project team is dedicated to providing a harassment-free environment for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age, religion or technical skill level.

In order to try and remove obstacles to participation, we have adopted an explicitly-documented code to communicate our expectations for conduct within the community. We expect all people engaging with the project to have read the code. If you have any questions please email hello@hypha.coop.

License

All code at github.com/hyphacoop/countermapland/ is licensed under a GNU General Public License v3.0.

Developing

Once you've 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 -- --open

Building

To create the production version of the app:

npm run build

You can preview the production build with npm run preview.