UI-KIOSK is a front-end project made for the University of Gdańsk. It will be used in the information kiosk located outside of the MFI building.
UI-KIOSK uses:
This project is bundled by Vite.
This app uses Jest for unit testing and Cypress for end-to-end testing.
CI pipeline runs on every pull request to any branch, while CD runs on every merge to master
branch.
You can check the deployment site here.
In order to run this app, you need to have Node installed on your environment. You can check your Node version by running following command:
$ node --version
v18.12.1
You also need Yarn to run scripts, add dependencies and install packages:
$ yarn --version
1.22.19
Clone repo:
$ git clone https://github.com/UniversityOfGdanskProjects/UI-KIOSK.git
or
$ git clone [email protected]:UniversityOfGdanskProjects/UI-KIOSK.git
After cloning:
$ cd UI-KIOSK
$ yarn install
$ yarn start
By default, the server starts on port 3000.
$ yarn build
$ yarn test
$ yarn cy:e2e
In order to contribute to the repository, check out the contribution guide.