[R] Write introduction

This commit is contained in:
Hykilpikonna
2019-09-23 19:46:31 -04:00
committed by GitHub
parent 419cced592
commit 72b9e4d214
+15 -15
View File
@@ -8,7 +8,7 @@
<h5 align="center">
<a href="#intro">Introduction</a>&nbsp;&nbsp;
<a href="#development">Development</a>&nbsp;&nbsp;
<a href="#setup">Project Setup</a>&nbsp;&nbsp;
<a href="#license">License</a>
</h5><br><br><br>
@@ -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)
<a name="setup"></a>
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/).