The code for the SvelteKit website of Public Spaces e.V. https://public-spaces.de
Find a file
2023-05-01 19:23:29 +02:00
.forgejo/workflows Fix build environment 2023-04-06 17:28:44 +02:00
src Limit maximum logo size on home page 2023-05-01 19:23:29 +02:00
static Boostrap project 2023-04-06 17:13:42 +02:00
.eslintignore Boostrap project 2023-04-06 17:13:42 +02:00
.eslintrc.cjs Boostrap project 2023-04-06 17:13:42 +02:00
.gitignore Boostrap project 2023-04-06 17:13:42 +02:00
.npmrc Boostrap project 2023-04-06 17:13:42 +02:00
.prettierignore Boostrap project 2023-04-06 17:13:42 +02:00
.prettierrc Boostrap project 2023-04-06 17:13:42 +02:00
package.json Boostrap project 2023-04-06 17:13:42 +02:00
README.md Update README.md 2023-04-06 17:37:44 +02:00
svelte.config.js Run prettier 2023-04-06 17:25:55 +02:00
tsconfig.json Boostrap project 2023-04-06 17:13:42 +02:00
vite.config.ts Boostrap project 2023-04-06 17:13:42 +02:00
yarn.lock Boostrap project 2023-04-06 17:13:42 +02:00

public-spaces.de

This is the code for Public Spaces e.V. website, built on SvelteKit and Ghost.

Developing

Once you've created a project and installed dependencies with yarn, start a development server:

yarn dev

# or start the server and open the app in a new browser tab
yarn dev -- --open

Building

To create a production version of your app:

yarn build

You can preview the production build with yarn preview.