Skip to content

Commit 3604378

Browse files
committed
Documentation update.
1 parent 3097ad5 commit 3604378

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
## Install NodeJS
1+
# Advanced Javascript Test
2+
3+
The intention of this repository is to present my JavaScript skills. The test was developed by [Adrien Bianchi](https://gitlab.com/adrien_ncco).
4+
5+
## Dependencies
6+
### Install NodeJS
27
https://nodejs.org/en/
38

4-
## Install
9+
## Installation
510
`npm i`
611

7-
## Run livereload
12+
## Run (LiveReload)
813
`npm run serve`

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "JS-test",
2+
"name": "js-test",
33
"version": "1.0.1",
44
"main": "webpack.config.js",
55
"scripts": {
@@ -9,14 +9,14 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://gitlab.com/adrien_ncco/testdev.git"
12+
"url": "git+https://github.com/petervavro/JS-test.git"
1313
},
14-
"author": "",
14+
"author": "Adrien Bianchi",
1515
"license": "ISC",
1616
"bugs": {
17-
"url": "https://gitlab.com/adrien_ncco/testdev/issues"
17+
"url": "https://github.com/petervavro/JS-test/issues"
1818
},
19-
"homepage": "https://gitlab.com/adrien_ncco/testdev#readme",
19+
"homepage": "https://github.com/petervavro/JS-test#readme",
2020
"description": "",
2121
"devDependencies": {
2222
"@babel/core": "^7.8.4",

0 commit comments

Comments
 (0)