Jira but with anime and better UX!
This project uses Nix to develop! Please remember to install Nix and to enable Flakes.
Please make sure you're on the root directory before executing any of the commands below.
To enter into a shell with all the necessary dependencies to develop JUWURA use the command:
nix develop
To start a development session with the backend, frontend and DB initialized from scratch use the command:
# Please make sure you're on the root directory of the repository.
# You don't need to run nix develop before running this command.
nix run .#restartServices
Each project has a process.nix
file. This file exposes some attributes used for creating the dev environment lifted up by the command above.
You can find the postgresHost and postgresPort on the relevant process.nix
file inside th database directory.