Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Feb 7, 2018
1 parent 0640953 commit 5ac5b03
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,15 @@ Develop & Build [GatsbyJS](https://www.gatsbyjs.org/) static sites within a

## Setup

### Container setup
```sh
docker build -t gatsby-docker .
```
Note: Your GatsbyJS site will be created into `$(pwd)/site` automatically.

Add these to `.gitignore`:
Add these to your `.gitignore`:
```
site/node_modules
site/public
site/.cache
```

### Requirements / setup

Will automatically create `./site` directory and initialize GatsbyJS site into it (if not already initialized).


## Usage

### Develop
Expand Down

0 comments on commit 5ac5b03

Please sign in to comment.