Skip to content

Commit

Permalink
[gitpod-setup] remove the build task to make the server startup fast …
Browse files Browse the repository at this point in the history
…+ make the description more precise. (#392)

* [gitpod-setup] remove the build task to make the server startup fast.

* make gitpod-setup description precise.
  • Loading branch information
nisarhassan12 committed Apr 17, 2020
1 parent a0aa9b4 commit 958539f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tasks:
- init: npm install && npm run build
- init: npm install
command: npm run start
ports:
- port: 3000
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,13 @@ This branch will be used to make some significant changes to the structure, cont

### Online Setup with a single Click

You can use gitpod ( A free VS Code like IDE) for contributing online, with a single click it will launch a ready to code workspace with all the dependencies pre-installed, build finished & the web server running so that you can start coding straight away.
You can use Gitpod ( A free online VS Code-like IDE) for contributing, with a single click it will launch a workspace and automatically:

- clone the frontendchecklist repo.
- install the dependencies.
- run `npm run start`.

So that you can start straight away.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/thedaviddias/Front-End-Checklist)

Expand Down

0 comments on commit 958539f

Please sign in to comment.