Commit d661e75 1 parent 43ae357 commit d661e75 Copy full SHA for d661e75
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ The following steps will get you up and running with a local development environ
12
12
``` bash
13
13
git clone https://github.com/Importantus/speiseplan-tray.git
14
14
```
15
- 4 . Change into the directory and install dependencies
15
+ 2 . Change into the directory and install dependencies
16
16
``` bash
17
17
cd speiseplan-tray
18
18
npm install
19
19
```
20
- 5 . Start the local development server
20
+ 3 . Start the local development server
21
21
``` bash
22
22
npm run dev
23
23
```
24
- 6 . Install and use [ gitmoji] ( #gitmoji ) to commit
24
+ 4 . Install and use [ gitmoji] ( #gitmoji ) to commit
25
25
26
26
### Build
27
27
Run ` npm run build ` to build the app for production. The build artifacts will be stored in the ` release/ ` directory.
You can’t perform that action at this time.
0 commit comments