Skip to content

Commit

Permalink
Make code contributions easier with Gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
jankeromnes committed Jan 16, 2019
1 parent c47bb91 commit d14f938
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ports:
- port: 8080
- port: 3000
tasks:
- init: npm install && npm run build
command: node server 8080 0.0.0.0
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ You can read a [tutorial on how to add a badge][tutorial].
4. Run `npm start` to start the server.
5. Open `http://localhost:3000/` to view the frontend.

Alternatively, you can start a readily configured online workspace using Gitpod:

[![GitHub issues by-label](https://img.shields.io/badge/Gitpod-code%20now-blue.svg?logo=gitpod)](https://gitpod.io/#https://github.com/badges/shields)

To generate the frontend using production cache settings – that is,
badge preview URIs with `maxAge` – run `LONG_CACHE=true npm run build`.

Expand Down

0 comments on commit d14f938

Please sign in to comment.