Update icons
Update version
Add new accent colors
A to-do Journal: Add some tasks, and write your thoughts when completing them.
Open the project in Xcode and press buithe run button
In order to format and lint the code, the project provides a Makefile that uses swift-format.
make format
make lint
These commands run on every .swift
file in the directory.
In order to run the linter on the CI, this project provides a Dockerfile. If you wish to update it, you should request it via an Issue.
You can build the image locally by running make docker-build