flask/.devcontainer/welcome-message.txt
emisargent e3e3e7af0b
Update .devcontainer/welcome-message.txt
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
2023-02-24 08:37:46 -08:00

7 lines
452 B
Text

👋 Welcome to "Flask" in GitHub Codespaces!
🛠️ Your environment is setup with all the required dependencies and your fork has been added as a remote.
🚀 To start coding, wait for the "postCreateCommand" to finish setting things up, then:
- make sure the virtualenv is activated by running `. .venv/bin/activate`
- run `git checkout -b your-branch-name origin/{main-or-latest-release}` to start working on a new feature or bug fix