Skip to content

Commit

Permalink
add devcontainer note to main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewm4894 committed Jan 3, 2023
1 parent 5d8f081 commit f43c871
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ interact with the website.
**Note:** When logging in via email, navigate to `http://localhost:1080` to get
the magic email login link.

**Note** If you would like to run this in a standardized development environment
(a
["devcontainer"](https://code.visualstudio.com/docs/devcontainers/containers))
using
[vscode locally](https://code.visualstudio.com/docs/devcontainers/create-dev-container#_create-a-devcontainerjson-file)
or in a web browser using
[GitHub Codespaces](https://github.com/features/codespaces), you can use the
provided [`.devcontainer`](.devcontainer/README.md) folder.

## The Plan

We want to get to an initial MVP as fast as possible, by following the 3-steps
Expand Down

0 comments on commit f43c871

Please sign in to comment.