Start of the Project
At QICE, many of the projects we start will either be from scratch or from existing code. Before you start coding, here are a few things to follow.
Git Repository
Ensure that the code is connected to a git repository. Do NOT start any coding before this is setup.
ReadME.md
If it is an old code base, chances are to get it working, you might have run some commands. Create a ReadME.md file and note down the steps you have taken to install the project.
If it is a fresh project - write about the commands on how to set it up on a new environment.