Run Agatha locally
Welcome to Agatha ! Let’s first get it running on your machine.
- clone the project locally
- set the default properties :
You can now change the value of the properties depending on your environment. For exemple, if you want to use another database.
- install task
Task is an alternative to Make that aims to be simpler and easier to use. It will allow you to call all the commands relevant for the project
if you already have node installed on your computer, run :
or see for alternative installation method https://taskfile.dev/installation/
You can now run :
and see the list of all the available command
- install nix
Nix is a package manager, it will be responsible to manage your system dependencies, create the DB etc.
- start the backend in a console
- start the frontend in another one