Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gitpod-setup] remove the build task to make the server startup fast + make the description more precise. #392

Merged
merged 2 commits into from
Apr 17, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
make gitpod-setup description precise.
  • Loading branch information
nisarhassan12 committed Mar 19, 2020
commit d4c268a6c2e337a2ba043bd5a5aae83c0f0c7b7a
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