flask/.devcontainer/welcome-message.txt

9 lines
427 B
Text

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