Skip to content

krhubert/todo

Repository files navigation

todo

Your personal tasks and notes assistant.

Environment

Tools

List of all tools used in this project. See makes/install.mk

Setup

First make sure you have all tools installed. You can verify this by running the following command:

make tools

If all tools are present, you can initialize the project by running:

# This will:
#
# - enable corepack
# - setup hooks path
# - grant permission for direnv .envrc
# - install node modules
# - install go modules
# - pull docker images
# - install terraform modules
make init

Development

To start the development environment, you can use:

make compose/up

You can see which ports are exposed by running:

make compose/ports

The setup uses docker compose to start all the necessary services with code hot reloading enabled.

You are ready to start developing.

Help

You can get a list of all available commands and helpers by running:

make help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors