/Nightingale

Simple react javascript music reproductor that graphs some emotional data used on a PHD thesis

Primary LanguageJavaScript

Nightingale

Nightingale is a simple, data visualizer for emotional data from songs.

Requirements

Development

Using Docker

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

Running

To run the project, use the following command:

yarn start

Using Docker

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