Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
24 changes: 12 additions & 12 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tasks:
openIn: right
openMode: split-right
- name: Api
init: rm -rf ./.gitpod.lock && npm install && touch ./.gitpod.lock
init: rm -rf ./.gitpod.lock && npm install --legacy-peer-deps && npm update --legacy-peer-deps && touch ./.gitpod.lock
command: HELLO=world
FETCHQ_CORS_ENABLED=true
FETCHQ_CORS_ORIGIN=$(gp url 3000)
Expand All @@ -31,17 +31,17 @@ tasks:
openIn: bottom
openMode: split-right

# ports:
# - port: 5432
# onOpen: ignore
# - port: 8008
# onOpen: ignore
# - port: 8080
# onOpen: ignore
# - port: 3000
# onOpen: ignore
# - port: 6060
# onOpen: ignore
ports:
- port: 5432
onOpen: ignore
- port: 8008
onOpen: ignore
- port: 8080
onOpen: ignore
- port: 3000
onOpen: ignore
- port: 6060
onOpen: ignore

vscode:
extensions:
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ Just click on the following link to have your App up and running in a few minute

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/fetchq/console/tree/main)

## Cloud Development
## Contribute in GitPod

Do you want to contribute?
🤜 Do you want to contribute?
Wait no more: GitPod lets you run the entire development environment from your browser.
**FOR FREE**.

Just click on the following button and have fun hacking the Console around. Don't forget to open a PR when you are happy with your work 😎.
Just click on the following button and have fun hacking the Console around.
And don't forget to **open a Pull Request** when you are happy with your work 😎.

[![Open in GitPod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/fetchq/console)

Expand Down
Loading