diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..0ffbff4 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,9 @@ +ports: + - port: 3000 + onOpen: notify +tasks: + - init: yarn + command: yarn dev +github: + prebuilds: + pullRequestsFromForks: true diff --git a/.theia/launch.json b/.theia/launch.json new file mode 100644 index 0000000..a2ea02c --- /dev/null +++ b/.theia/launch.json @@ -0,0 +1,6 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + "version": "0.2.0", + "configurations": [] +} diff --git a/readme.md b/readme.md index 6d7d20d..d2599ce 100644 --- a/readme.md +++ b/readme.md @@ -11,26 +11,8 @@ - [Deployment](#deployment) ### Installation -Clone repo: -```sh -git clone https://github.com/ooade/NextSimpleStarter.git -cd NextSimpleStarter -``` - -Make it your own: -```sh -rm -rf .git && git init && yarn init -``` -> :information_source: This re-initializes the repo and sets up your project. -Install the dependencies: -```sh -yarn install -``` -or -```sh -npm install -``` +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/NextSimpleStarter) ### Development Workflow Start a live-reload development server: