diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 89f00132..a06ecfb2 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -13,6 +13,7 @@ "mikestead.dotenv", "orta.vscode-jest", "streetsidesoftware.code-spell-checker", - "vscode-icons-team.vscode-icons" + "vscode-icons-team.vscode-icons", + "stateful.runme" ] } diff --git a/README.md b/README.md index d7fb6c59..c9eeae87 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,16 @@ Be sure to join our [Discord channel](https://discord.com/invite/bSsv7XM) for as ## Getting Started -Just [clone](https://github.com/kriasoft/relay-starter-kit/generate) the repo -and run `yarn install` followed by `yarn start`: +Just [clone](https://github.com/kriasoft/relay-starter-kit/generate) the repo or if you are using VS Code, [click here](https://runme.dev/api/runme?repository=https%3A%2F%2Fgithub.com%2Fkriasoft%2Frelay-starter-kit.git&fileToOpen=README.md). ```bash $ git clone https://github.com/kriasoft/relay-starter-kit.git example $ cd ./example # Change current directory to the newly created one +``` + +Then install dependencies and run `yarn install` followed by `yarn start`: + +```bash $ yarn install # Install project dependencies $ yarn setup # Configure environment variables $ yarn db:reset # Create or update PostgreSQL database