-
Clone the repository
git clone https://github.com/rosch-ei-ti-kruh/jazinator.git
-
Open terminal in the cloned directory and start the applicaton
npm run start
-
Open your browser at
localhost:3000
-
Go to "Settings" and then to "Developer settings"
-
Click on "Tokens (classic)" in "Personal access tokens"
-
Generate a new token and check the "read:packages" box. Copy the token for later on
-
Open your command line and type in
docker login ghcr.io -u YOUR_USERNAME -p COPIED_PAT
-
Replace YOUR_USERNAME with your username and COPIED_PAT with the token you created in the previous step
Now you can continue with the "Logged "in" section
-
Open your command line and pull the image
docker pull ghcr.io/rosch-ei-ti-kruh/jazinator:latest
-
Start up a container by using
docker run --name jazinator -it -d -p 3000:3000 ghcr.io/rosch-ei-ti-kruh/jazinator:latest
-
Open your browser at
localhost:3000
Feel free to contribute to this project by opening an issue to request features / report bugs or create a pull request which will be reviewed by us!