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
33 changes: 0 additions & 33 deletions .gitpod/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions .gitpod/utils/ddev-in-gitpod-setup.sh

This file was deleted.

36 changes: 0 additions & 36 deletions .gitpod/utils/env-setup.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .gitpod/utils/script-templates/ddev-composer.template.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .gitpod/utils/script-templates/ddev-drush.template.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .gitpod/utils/script-templates/ddev-node.template.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .gitpod/utils/script-templates/ddev-npx.template.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .gitpod/utils/script-templates/ddev-nvm.template.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .gitpod/utils/script-templates/ddev-php.template.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .gitpod/utils/script-templates/ddev-yarn.template.sh

This file was deleted.

14 changes: 0 additions & 14 deletions .gitpod/utils/script-templates/phpstorm.template.sh

This file was deleted.

7 changes: 0 additions & 7 deletions .gitpod/utils/script-templates/preview.template.sh

This file was deleted.

7 changes: 0 additions & 7 deletions .gitpod/utils/script-templates/protect-my-git.template.sh

This file was deleted.

32 changes: 0 additions & 32 deletions .gitpod/utils/send-a-message-gcs.sh

This file was deleted.

28 changes: 0 additions & 28 deletions .gitpod/utils/send-a-message-gitpod.sh

This file was deleted.

11 changes: 0 additions & 11 deletions .gitpod/utils/set-base-environment.sh

This file was deleted.

20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,6 @@ We expect most projects using this package will start with the composer.json in

Once you have run a `composer create-project` command, it is usually desirable to commit the composer.lock file to your project repository and use this lock file to control the specific version of packages that you deploy to dev, test and ultimately production hosting environments.

## Gitpod

Gitpod allows you to run a virtual development environment in the cloud in your browser.

This can be very useful for testing functionality, reviewing pull requests, or working on features.

### Before you start

You will need an account on Gitpod.

If you authenticate with your Github account, you will be able to push commits back to the repository you are working on.

[Sign up for gitpod.io](https://gitpod.io/login), if you haven't already.

### Spin up LocalGov Drupal with

Click on the "Open in Gitpod" button below

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/localgovdrupal/localgov_project)

## Maintainers

This project is currently maintained by:
Expand Down
Loading