Skip to content

Commit b87cc0b

Browse files
committed
removing bash script and improve documentation
1 parent b1e290e commit b87cc0b

File tree

4 files changed

+4
-30
lines changed

4 files changed

+4
-30
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ $ make run
2020
If you prefer, use docker to start all the projects, run these commands:
2121

2222
```bash
23-
$ make start
23+
$ make docker-build
24+
$ make docker-start
2425
```
2526

2627
___

mp.sh

Lines changed: 0 additions & 27 deletions
This file was deleted.

packages/dashboard/src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Vue.use(VueRouter);
77

88
const routes = [
99
{
10-
path: '/dashboard/home',
10+
path: '/dashboard',
1111
name: 'dashboard-home',
1212
component: Home,
1313
},

packages/portal/src/store/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const applications = [
1515
{
1616
name: 'dashboard',
1717
icon: 'fas fa-home',
18-
to: '/dashboard/home',
18+
to: '/dashboard',
1919
},
2020
{
2121
name: 'about',

0 commit comments

Comments
 (0)