GameOverTopList is a Top List built and using TypeScript & Vue.js.
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 -vThen install MongoDB Community Server:
If need help to install MongoDB Community Server on Linux, you can find a guide here.
# 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 buildThen 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 installFinally, you can start the server using the following command:
npm run startThat's all you need to know to start! 🎉
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!
If you want to say thank you or/and support active development of GameOverTopList:
- Add a GitHub Star to the project.
GameOverTopList is free and open-source software licensed under the MIT License.