Skip to content

How to download

Daria Kartalova edited this page Jan 6, 2025 · 1 revision

Welcome to the Installation page!

Here you can learn a bit more about how you can install and run our project! πŸ’›


🌐 Website

In our website, users can learn more information about our application. As it is not currently hosted, you will need to run it manually. Here are the steps to do so:

First we clone the repository

git clone https://github.com/codingburgas/10grade-christmas-luck-codey.git

After cloning our repository, open the 'codeyweb' folder in Visual Studio and type the following command in the terminal.

npm install

And then

npm run dev

πŸ”Œ Application

Our application doesn't have a release yet so you will need to download and run it manually.

First we clone the repository

git clone https://github.com/codingburgas/10grade-christmas-luck-codey.git

After that we open the project in QT Creator and run it.