Nightingale is a simple, data visualizer for emotional data from songs.
To build and run the project for the first time, use the following command:
docker-compose -f docker-compose.dev.yml up --build
To build the project without running it, use the following command:
docker-compose -f docker-compose.dev.yml build
Once the project has been built, you can run it using the following command:
docker-compose -f docker-compose.dev.yml up
To run the project, use the following command:
yarn start
To build and run the project for the first time, use the following command:
docker-compose -f docker-compose.prod.yml up --build
To build the project without running it, use the following command:
docker-compose -f docker-compose.prod.yml build
Once the project has been built, you can run it using the following command:
docker-compose -f docker-compose.prod.yml up