The code for the SvelteKit website of Public Spaces e.V. https://public-spaces.de
Find a file
Kevin Kandlbinder 6a40e492b5
All checks were successful
Build / build (push) Successful in 1m0s
Fix design bug
2023-07-14 13:32:27 +02:00
.forgejo/workflows Fix build environment 2023-04-06 17:28:44 +02:00
src Fix design bug 2023-07-14 13:32:27 +02:00
static Update Favicon 2023-05-16 13:34:22 +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 Transform site to meet specifications 2023-05-06 20:40:26 +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.