diff --git a/README.md b/README.md index 0e53bad2..074e4af6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 2e92f709..e2b1beab 100644 --- a/package.json +++ b/package.json @@ -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",