From 8674acd5ef108a3fb00eb19f953ce3aedf5e1d16 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Thu, 29 Aug 2024 10:40:38 +0500 Subject: [PATCH] update readme --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 55ffb13..06e8beb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Beatrun Courses Database +# Beatrun Courses Database Server Beatrun courses database written in JavaScript using [Node.js](https://nodejs.org).\ This is project is a rewrite of this [fork](https://github.com/JonnyBro/beatrun-courses-server) from PHP to JavaScript. Original project was made by [relaxtakenotes](https://github.com/relaxtakenotes/beatrun-courses-server). @@ -6,20 +6,9 @@ This is project is a rewrite of this [fork](https://github.com/JonnyBro/beatrun- ## Installation ```bash -git clone https://git.jonnybro.ru/jonny_bro/beatrun-courses-server-express courses-server -cd courses-server -mv config.example.js config.js -pnpm install -pnpm build -pnpm start +docker compose up --build -d ``` -> [!NOTE] -> You also can use NPM as your package manager. - ## TODO -* [X] Rewrite admin page. -* [X] Make admin page look better. -* [X] Refactor some stupid code that I will find. * [ ] Add something else? (leaderboards???).