Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to clarify gitpod instructions #337

Merged
merged 3 commits into from
Jun 27, 2023
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ For a while now teachers have been asking for a way to get a birds eye view of m

### Optional - GitPod Dev Environment

If you want a ready made dev environment in your browser, make a fork of this repository and then prefix your fork with gitpod.io/#
`gitpod.io/#https://github.com/{your-name}/{fork-name}`
If you want a ready made dev environment in your browser, make a fork of this repository and then prefix your fork with "gitpod.io/#". For example,
`gitpod.io/#https://github.com/{your-github-user-name}/classroom`
You will still need to setup your NextAuth related environment variables in the .env file.
For more information, please follow the "Setup Instructions" in the terminal.
For setting up on local, follow the instructions below.
Expand Down
Loading