From f77b98146081887c84fc0bfcc142146320337644 Mon Sep 17 00:00:00 2001 From: Mateusz Nojek Date: Tue, 23 Jan 2024 17:48:51 +0100 Subject: [PATCH] Update Game rules, add mobile app links (#109) * Update text, add mobile app links * Update rules text * Fix readme links and formatting * Update game rules --- README.rst | 18 ++--- src/views/Game.vue | 168 ++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 159 insertions(+), 27 deletions(-) diff --git a/README.rst b/README.rst index 09d36081..c3b779d7 100644 --- a/README.rst +++ b/README.rst @@ -6,23 +6,25 @@ This repository hosts RoboCon webpage source code. How to run ---------- -Readme (old) for editing this page ``__ +Readme (old) for editing this page is located at "``old page/sources/README.md``". Make sure to use Node v16. To install all dependencies, run: -``` -npm i -``` +.. code-block:: + + npm i + in the project's root, and then run: -``` -npm run dev -``` +.. code-block:: + + npm run dev + -Go to `lolcalhost:8080` to see the rendered website. +Go to ``localhost:8080`` to see the rendered website. Adding or updating resources ---------------------------- diff --git a/src/views/Game.vue b/src/views/Game.vue index 9c4b6ea4..2a3994ff 100644 --- a/src/views/Game.vue +++ b/src/views/Game.vue @@ -1,10 +1,12 @@