Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-fenichel authored Nov 17, 2020
1 parent 30925ed commit c1218af
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions gh-pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,39 @@ _config.yml, at which point you will need to restart the server.


Browse to http://127.0.0.1:4000

## Deploying

### To personal gh-pages

Make sure everything is installed (plugins and examples). From root, run:

```
npm install
cd examples && npm install
cd ..
```

Build and push to your personal gh-pages site:

```
npm run deploy
```

Test at https://<your username>.github.io/blockly-samples/.

## To blockly-samples gh-pages

```
npm install
cd examples && npm install
cd ..
```

Build and push to your personal gh-pages site:

```
npm run deploy:upstream
```

Test at https://google.github.io/blockly-samples/

0 comments on commit c1218af

Please sign in to comment.