flask/.devcontainer/welcome-message.txt
2023-03-16 17:29:18 +00:00

7 lines
412 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:
- make sure the virtualenv is activated by running `. .venv/bin/activate` or relaunching the terminal
- run `git checkout -b your-branch-name origin/{main-or-latest-release}` to start working on a new feature or bug fix