Skip to content

Commit

Permalink
add cd mean
Browse files Browse the repository at this point in the history
  • Loading branch information
yfuruta committed Nov 27, 2018
1 parent e0ec6a9 commit 761a59a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The mean stack is intended to provide a simple and fun starting point for cloud
### Installation
```
git clone https://github.com/linnovate/mean
cd mean
cp .env.example .env
yarn install
yarn build
Expand All @@ -20,6 +21,7 @@ yarn serve (for production)
### Docker based
```
git clone https://github.com/linnovate/mean
cd mean
cp .env-example .env
docker-compose up -d
```

0 comments on commit 761a59a

Please sign in to comment.