1.Cd in the project folder and make sure to have the env variables in the .env file
2.Set the node version:
nvm use
3.Install dependencies:
npm install
4.Start the database container:
npm run docker-up
5.After the database container is started and running:
npm run db-up
6.Start the application:
npm run dev