Skip to content

Commit

Permalink
Add codespaces badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons authored Jan 4, 2024
1 parent 259a14b commit 9bd3f6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# TheyWorkForYou

Hello everyone,

This is the source code that powers the TheyWorkForYou.com website. It's
Expand Down Expand Up @@ -49,8 +51,12 @@ To use xdebug in VS Code while using WSL, you'll need to set an environmental va

# Developing with codespaces

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/mysociety/theyworkforyou?devcontainer_path=.devcontainer%2Fauto-quick-setup%2Fdevcontainer.json)

Start a new codespace on Github by selecting the Code dropdown (top right), and starting a new codespace (or use the [GitHub CLI](https://github.com/cli/cli)).

You can also use the badge above to use a prebuild with a basic amount of data.

This will setup the Docker container and environment. Once finished, the link to the site should be avaliable in the ports tab of the terminal panel.

To populate with a minimal amount of data, run `scripts/quick-populate` (about 1 hour).
Expand Down

0 comments on commit 9bd3f6c

Please sign in to comment.