new frontend | Read-only mirror of https://github.com/opendatazurich/ckan-frontend — Stadt Zürich. Issues & pull requests at the source.
  • CSS 99.7%
  • Svelte 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Stefanie Taepke d64b51bd5c
Merge pull request #55 from opendatazurich/fix/memory-leaks
fix: memory leaks when searching non-existent solr facets
2026-04-16 14:35:13 +02:00
.github/workflows fix lint errors & update dependencies 2023-11-21 05:06:17 +01:00
src fix: memory leaks when searching non-existent solr facets 2026-04-16 14:20:17 +02:00
static feat: Update favicon to match Stadt Zürich website 2025-01-15 14:46:16 +01:00
.env.example feat: Add survey link in logo header 2024-06-11 16:07:55 +02:00
.eslintignore fix types 2023-02-24 14:18:56 +01:00
.eslintrc.cjs fix lint errors & update dependencies 2023-11-21 05:06:17 +01:00
.gitignore update dependencies 2023-02-23 05:51:53 +01:00
.gitlab-ci.yml migrate: to new liipops container builder 2025-10-15 10:13:33 +02:00
.npmrc update sveltekit dependencies 2022-03-02 09:43:55 +01:00
.prettierignore fix types 2023-02-24 14:18:56 +01:00
.prettierrc update dependencies 2023-02-23 05:51:53 +01:00
Dockerfile feat: Add survey link in logo header 2024-06-11 16:07:55 +02:00
LICENSE Create LICENSE 2022-03-07 11:31:26 +01:00
package-lock.json fix lint errors & update dependencies 2023-11-21 05:06:17 +01:00
package.json fix lint errors & update dependencies 2023-11-21 05:06:17 +01:00
README.md fix lint errors & update dependencies 2023-11-21 05:06:17 +01:00
svelte.config.js fix types 2023-02-24 14:18:56 +01:00
tsconfig.json update dependencies 2023-02-23 05:51:53 +01:00
vite.config.js update sveltekit to latest version. 2022-08-10 12:27:41 +02:00

Project Status: Active – The project has reached a stable, usable state and is being actively developed.

OGDZH frontend

Developing

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 -- --open

Building

npm run build

You can preview the built app with npm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.