/districts

Test your knowledge of the Helsinki city districts

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

City districts game

Powered by astro

Data CC-by City of Helsinki, City Survey Services.

Developing

Once you've installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev
# or
pnpm dev

Building

Solid apps are built with adapters, which optimise your project for deployment to different environments.

By default, npm run build will generate a Node app that you can run with npm start. To use a different adapter, add it to the devDependencies in package.json and specify in your vite.config.js.