You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-21Lines changed: 25 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,25 +3,27 @@
3
3
A simple way to solve your complex parking issues.
4
4
5
5
---
6
+
6
7
## Requirements
7
8
8
9
For development, you will only need Node.js and a node global package, npm, installed in your environement.
9
10
10
11
### Node
11
-
-#### Node installation on Windows
12
12
13
-
Just go on [official Node.js website](https://nodejs.org/) and download the installer.
14
-
Also, be sure to have `git` available in your PATH, `npm` might need it (You can find git [here](https://git-scm.com/)).
13
+
-#### Node installation on Windows
14
+
15
+
Just go on [official Node.js website](https://nodejs.org/) and download the installer.
16
+
Also, be sure to have `git` available in your PATH, `npm` might need it (You can find git [here](https://git-scm.com/)).
15
17
16
-
-#### Node installation on Ubuntu
18
+
-#### Node installation on Ubuntu
17
19
18
-
You can install nodejs and npm easily with apt install, just run the following commands.
20
+
You can install nodejs and npm easily with apt install, just run the following commands.
19
21
20
-
$ sudo apt install nodejs
21
-
$ sudo apt install npm
22
+
$ sudo apt install nodejs
23
+
$ sudo apt install npm
22
24
23
-
-#### Other Operating Systems
24
-
You can find more information about the installation on the [official Node.js website](https://nodejs.org/) and the [official NPM website](https://npmjs.org/).
25
+
-#### Other Operating Systems
26
+
You can find more information about the installation on the [official Node.js website](https://nodejs.org/) and the [official NPM website](https://npmjs.org/).
25
27
26
28
If the installation was successful, you should be able to run the following command.
27
29
@@ -48,18 +50,20 @@ If you need to update `npm`, you can make it using `npm`! Cool right? After runn
48
50
## Configure environmental variables
49
51
50
52
Create a `.env` file then edit it with your settings. You will need:
0 commit comments