Skip to content

lost-university/web

Repository files navigation

web

Build

This project is a tool to plan your semesters at OST Rapperswil. The params in the URL will be updated automatically so you can save your data by copying the current URL.

See Example

Contributing

Check the open issues to see what you can work on.

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Lints

npm run lint

Auto-fix your linter errors (if possible)

npm run lint-fix

Customize configuration

See Configuration Reference.

Testing

Since the tests cover authenticated behaviour with the backend, a Clerk publishable key as well as a secret key is needed to run the e2e tests. Copy the example.cypress.env.json to cypress.env.json and fill in the values.

Develop component tests

npm run test:component:dev

Run component tests

npm run test:component

Develop E2E tests

The dev server as well as the backend must be running to run the e2e tests.

npm run dev
npm run test:dev

Run E2E tests

npm run test

Releases

No releases published

Packages

 
 
 

Contributors 16