- Install node and npm -> https://nodejs.org/en
- Install nodemon -> terminal
npm i -g nodemon
- Install mongoDB -> https://www.mongodb.com/docs/manual/installation/
- Clone directory where you want it.
- Navigate into the app-folder in the karaoke-maker directory and make a .env-file. You can use the example in the same directory as inspiration.
- Open terminal in that directory and run
npm install
- Then run
npx tailwindcss -i ./src/input.css -o ./views/css/tailwind.css
- Create folder named uploads in views directory (may not be needed in future update).
- Finally run
nodemon index.js
- Install docker and docker-compose -> https://docs.docker.com/get-docker/
- Clone directory where you want it.
- Navigate into the karaoke-maker directory and make a .env-file. You can use the example in the same directory as inspiration but you may want to change ports according to what is available on your machine.
- Open terminal and run
docker-compose up -d