Skip to content

Commit

Permalink
:wqdocs: add instruction of using gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
shootermv committed Dec 28, 2023
1 parent a17313a commit c72c63c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: yarn install && yarn run build
command: yarn run start


3 changes: 3 additions & 0 deletions CONTRIBUTION.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Also! you can look at the project and if you find some point that can be improve
# Running the Project Locally

Follow these steps to run the project on your local machine:
0. **GITPOD**
You can run the project at gitpod.io remote workspace by accessing [this](https://gitpod.io/#https://github.com/hasadna/open-bus-map-git search) url


1. **Fork the Repository:**
Before you clone the repository to your local machine, you need to create a fork of it on GitHub. This allows you to make changes without affecting the original project. To fork the repository, click the "Fork" button at the top right of this page.
Expand Down

0 comments on commit c72c63c

Please sign in to comment.