diff --git a/README.rst b/README.rst index 0ab55d55..09d36081 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,28 @@ -Robocon 2020 Website +RoboCon Website ==================================== This repository hosts RoboCon webpage source code. -Readme for editing this page ``__ +How to run +---------- + +Readme (old) for editing this page ``__ + +Make sure to use Node v16. + +To install all dependencies, run: + +``` +npm i +``` + +in the project's root, and then run: + +``` +npm run dev +``` + +Go to `lolcalhost:8080` to see the rendered website. Adding or updating resources ---------------------------- diff --git a/src/components/index.js b/src/components/index.js index 277cf0ad..a212569a 100644 --- a/src/components/index.js +++ b/src/components/index.js @@ -17,7 +17,7 @@ import Tutorials24 from './Tutorials24.vue' import BaseIcon from './BaseIcon.vue' import GlobeIcon from './icons/GlobeIcon.vue' -import GlobeRbcn from './icons/GlobeRbcn.vue' +import GlobeRbcn from './icons/GlobeRBCN.vue' import LinkIcon from './icons/LinkIcon.vue' import ChevronIcon from './icons/ChevronIcon.vue' import NewTabIcon from './icons/NewTabIcon.vue' diff --git a/src/views/Game.vue b/src/views/Game.vue index 8d51d22c..9c4b6ea4 100644 --- a/src/views/Game.vue +++ b/src/views/Game.vue @@ -1,13 +1,72 @@