Reduce the struggle to manage missions!
You will need to install the following tools:
After cloning the project, to ensure that the commit messages are in the appropriate format, please run the following commands:
npm install
npx husky installMoreover, it is advisable to install the SQLx CLI:
cargo install sqlx-cliMake a copy of the .env.sample file and rename it to .env.
Fill in the appropriate values for the environment variables.
To build the project, run the following command:
cargo buildTo run the project, run the following command:
cargo runMake sure that an active PostgreSQL instance is running.