From 72b9e4d2147eebe77fb0b6646f159da14c4a8c89 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 23 Sep 2019 19:46:31 -0400 Subject: [PATCH] [R] Write introduction --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 0c06923..266fbf1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@
Introduction   - Development   + Project Setup   License



@@ -18,7 +18,20 @@ Introduction: -------- -## Project setup +This is a website that generates visual representation of students' grade data on Veracross. Currently there is only one graph and one numerical data representing the GPA. But also it just released yesterday! (Yay!) What do you expect this soon lol? + +**Here's how it looks like right now:** *(Now all of you know my grades ;-;)* + +![](https://i.imgur.com/xl3Q4Nt.jpg) + + + +Project Setup: +-------- + +TODO: Actually write a project setup tutorial that's not generated by Vue on initialization ;-;. + +### Install ``` npm install ``` @@ -32,16 +45,3 @@ npm run serve ``` npm run build ``` - -### Run your tests -``` -npm run test -``` - -### Lints and fixes files -``` -npm run lint -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/).