You need PNPM installed.
pnpm i
pnpm dev
pnpm build
pnpm preview
stadtkoeln-opendata-frontend
📁 public # Contains publicly accessible files. Serve static assets
📁 src
📁 layouts # Layout templates that define the structure of pages.
📁 pages # Actual content pages. These are use to generate final HTML.
📁 partials # Reusable components.
📁 styles # SCSS Stylesheets.
The repository is setup with Prettier for formatting. Run pnpm format
to run prettier.