Skip to content

Commit

Permalink
- Added glitch button
Browse files Browse the repository at this point in the history
- Added prestart script for build
  • Loading branch information
ilkerguller committed Apr 5, 2018
1 parent 0d9158d commit 7265331
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ yarn && yarn setup

And that's all!

## Start coding on browser! (via [Glitch](https://glitch.com))

Just click the button and then start to work with RAN!

[![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg)](https://glitch.com/edit/#!/import/github/Sly777/ran)

#### Clean Setup (without example pages & components)

```bash
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"lint-staged": "lint-staged",
"precommit": "lint-staged",
"heroku-postbuild": "npm run build",
"prestart": "npm run build",
"release": "release",
"graphql:play": "graphql playground",
"graphql:update_schema": "graphql get-schema",
Expand Down

0 comments on commit 7265331

Please sign in to comment.