add devcontainer note to main readme

This commit is contained in:
Andrew Maguire
2023-01-03 20:56:35 +00:00
parent 5d8f081a7f
commit f43c8718ba
+9
View File
@@ -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