Skip to content

linusromlandArchives/GameOverTopList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOverTopList

GameOverTopList is a Top List built and using TypeScript & Vue.js.

cli version go version  license Repo Status

⚡️ Setup

First of all, download and install Node.JS. Version 12 or higher is required.

If need help to install Node.JS on Linux, you can find a guide here.

To confirm your installation of Node.JS run the following in the terminal or CMD:

node -v

Then install MongoDB Community Server:

If need help to install MongoDB Community Server on Linux, you can find a guide here.

Setup:

# Clone the repo:
git clone https://github.com/linusromland/GameOverTopList.git

# Navigate to folder:
cd GameOverTopList/

Next, you need to build the frontend. To do this, run the following in the terminal or CMD:

# Navigate to frontend folder:
cd frontend/

# Install necessary dependencies:
npm install

# Build the frontend
npm run build

Then you need to install the necessary dependencies for the backend. To do this, run the following in the terminal or CMD:

# Navigate to backend folder:
cd ../backend/

# Install necessary dependencies:
npm install

Finally, you can start the server using the following command:

npm run start

That's all you need to know to start! 🎉

📝 Contact

If you find issues please report them on the issue section of the repository.

If you have any features requests or other improvements to the project they are more then welcome. Add a issue on the repository and i will check them out!

⭐️ Project assistance

If you want to say thank you or/and support active development of GameOverTopList:

⚠️ License

GameOverTopList is free and open-source software licensed under the MIT License.

About

Top List for Escape Rooms etc.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published