Skip to content

accessibility-cool/website

Repository files navigation

accessibility.cool

Nx monorepo stack with SvelteKit (front end) and Directus (back end).

Building

Run yarn build to build the library.

Running unit tests

Run yarn test:unit to execute the unit tests via Vitest.

Running e2e tests

Run yarn test:e2e to execute the unit tests via Playwright.

Deploy front end

Our website is deployed via netlify - tbd.