This is a basic template for your final assignment in the Node course.
It contains some code style configurations and can help you get started with the assignment.
- Create a new repository on GitHub using this repository as a template.
- Clone your new repository to your computer.
git clone https://github.com/<your-username>/<your-repo-name>.git
- Checkout to the
develop
branch.
git checkout -b develop
- Setup your environment according to the guide in docs/environment-setup.md.
- Start working on your assignment.