📝 move project planning section

This commit is contained in:
dannydannydanny 2021-12-30 14:23:36 +01:00 committed by GitHub
parent 27badf08a1
commit c54f6934a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,10 +12,7 @@
* Deploy * Deploy
* Deliver? * Deliver?
## Setup ## Develop
### Project Planning
* Always have some kind of roadmap
* [non-linear roadmaps](https://productcrunch.substack.com/p/escaping-the-roadmap-trap)
* **[Setup Dev Machine](setup-dev-machine.md)** * **[Setup Dev Machine](setup-dev-machine.md)**
* **Setup Environments** * **Setup Environments**
* You should be able to run the code and develop without a dedicated server. Get virtualized with [docker-compose](https://docs.docker.com/compose/compose-file/compose-file-v3/). * You should be able to run the code and develop without a dedicated server. Get virtualized with [docker-compose](https://docs.docker.com/compose/compose-file/compose-file-v3/).
@ -28,8 +25,6 @@
* **Documentation** * **Documentation**
* Your repo should have a one-liner for isntallation andd running: (docker-compose.yml + `doco up`) * Your repo should have a one-liner for isntallation andd running: (docker-compose.yml + `doco up`)
## Develop
### Python Developement ### Python Developement
* Python Standard Library: * Python Standard Library: