This is the first page which is shown when the user visits the website.
For now, it only contains a link to the login page.
Beginning of additions (that work)
Clone the repository
git clone https://github.com/Gamify-IT/landing-page.git
Install the dependencies
npm install
To run the project locally with your IDE feature and have all necessary dependencies running, start the dependencies via docker:
docker compose -f docker-compose-dev.yaml up
Then start the frontend with:
npm run serve
You can now access the game at localhost.
To build and run your local changes as a docker container use:
docker compose up --build
You can remove the container with:
docker compose down
End of additions
- Landing page: http://localhost/
- Keycloak admin console: http://localhost/keycloak/admin/master/console/
- Account page for Gamify-IT users (you can manually log in and out here): http://localhost/keycloak/realms/Gamify-IT/account/#/
npm run serve
npm run build
npm run test:unit
npm run lint