No description
  • TypeScript 49.3%
  • JavaScript 30.7%
  • CSS 13.9%
  • SCSS 2.5%
  • HTML 1.9%
  • Other 1.6%
Find a file
Rudi van Hierden 482bc06f2a
Merge pull request #1674 from SerdarAydemir/feature/accessible-document-links
feat(resource-detail): accessible document download links
2026-06-25 08:34:21 +02:00
.github fix: remove --include=optional from npm ci in CI workflows 2026-04-29 09:57:13 +02:00
.husky chore: add Husky pre-commit hook, lint-staged, and CI formatting check 2026-02-12 19:52:28 +01:00
apps use correct node env (#1609) 2026-06-01 14:21:52 +02:00
charts/openstad-headless Merge branch 'main' into perf/server-side-filtering-and-sorting 2026-04-24 09:09:34 +02:00
cypress fix: migrate Cypress.env() to Cypress.expose() for Cypress 15 2026-04-02 09:08:53 +02:00
doc merge: resolve main into feat/audit-logging 2026-04-23 19:08:56 +02:00
img add publiccode.yml 2024-04-11 15:59:21 +02:00
operations Merge pull request #1238 from openstad/main 2025-12-11 15:22:25 +01:00
otel-collector Add open telemetry to all apps 2026-02-27 11:56:52 +01:00
packages refactor(resource-detail): split formatDocumentLabel into named helpers 2026-06-24 21:27:08 +02:00
scripts merge: resolve main into feat/audit-logging 2026-04-23 19:08:56 +02:00
vendor fix: update knox dependency 2025-11-12 15:38:37 +01:00
.dockerignore fix: ignore dist and node_modules 2024-02-01 14:35:49 +01:00
.env.example add new envvar to docs and init-scripts 2026-04-21 14:12:47 +02:00
.git-blame-ignore-revs chore: add .git-blame-ignore-revs for Prettier commit 2026-02-12 19:51:08 +01:00
.gitignore chore: Revert gitignore changes 2026-01-29 14:08:40 +01:00
.npmrc fix(deps): resolve peer deps, update tar and fast-xml-parser 2026-02-18 11:24:38 +01:00
.prettierignore fix: restore footer CSS for global Apostrophe bundle 2026-04-15 16:57:13 +02:00
.prettierrc style: format entire codebase with Prettier 2026-02-12 19:50:53 +01:00
.testing.env fix: correct DB_HOST, DB_PASSWORD and DB_BASE_NAME in e2e test env 2026-04-01 17:19:42 +02:00
CALENDAR.md style: format entire codebase with Prettier 2026-02-12 19:50:53 +01:00
CHANGELOG.md style: format entire codebase with Prettier 2026-02-12 19:50:53 +01:00
CONTRIBUTING.md style: format entire codebase with Prettier 2026-02-12 19:50:53 +01:00
cypress.config.ts fix: migrate Cypress.env() to Cypress.expose() for Cypress 15 2026-04-02 09:08:53 +02:00
docker-compose.e2e.init.yml add new envvar to docs and init-scripts 2026-04-21 14:12:47 +02:00
docker-compose.e2e.yml add new envvar to docs and init-scripts 2026-04-21 14:12:47 +02:00
docker-compose.release.yml fix: restore multi-stage build with or without packages 2024-01-09 16:07:59 +01:00
docker-compose.yml merge: resolve conflicts merging main into release/v2.5 2026-05-22 10:15:46 +02:00
Dockerfile Add convenience package json script 2026-04-09 15:23:33 +02:00
GOVERNANCE.md style: format entire codebase with Prettier 2026-02-12 19:50:53 +01:00
LICENSE.md Update LICENSE.md 2025-09-01 13:52:57 +02:00
package-lock.json merge: resolve conflicts merging main into release/v2.5 2026-05-22 10:15:46 +02:00
package.json fix: remove @aikidosec/safe-chain from npm dependencies 2026-04-30 08:29:45 +02:00
publiccode.yml style: format entire codebase with Prettier 2026-02-12 19:50:53 +01:00
README.md chore: add Husky pre-commit hook, lint-staged, and CI formatting check 2026-02-12 19:52:28 +01:00
vitest.config.ts style: format entire codebase with Prettier 2026-02-12 19:50:53 +01:00
vitest.setup.ts fix(enquete): defer Form render for draft 2026-01-27 10:47:18 +01:00

OpenStad

This is the monorepo for the OpenStad headless project. To read more about OpenStad visit the website.

Docs

Currently the following elements have been documented:

All

Development

Code formatting

This project uses Prettier for code formatting. A pre-commit hook automatically formats staged files on commit.

Setup after cloning:

npm install

This sets up the Git hooks via Husky's prepare script.

Manual formatting:

npm run format          # format all files
npm run format:check    # check without modifying (used in CI)

API