Skip to content

Commit 91f6d1c

Browse files
committed
Use npm
1 parent 14a36e7 commit 91f6d1c

File tree

5 files changed

+20109
-14067
lines changed

5 files changed

+20109
-14067
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
## Getting Started
66

7-
1. `docker-compose run --rm development yarn`
7+
1. `docker-compose run --rm development npm install`
88
1. `docker-compose up`
99
1. See `http://localhost:8000`

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ services:
77
ports:
88
- "8000:8000"
99
- "8001:8001"
10-
command: yarn develop
10+
command: npm run develop
1111
volumes:
1212
- .:/app:cached

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
start_url: `/`,
3333
background_color: `#ffffff`,
3434
theme_color: `#ffffff`,
35-
display: `Maiko`,
35+
display: `standalone`,
3636
icon: `src/images/logo.png`,
3737
},
3838
},

0 commit comments

Comments
 (0)