Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 522 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 522 Bytes

music-genres.com

Actions Status

Get started

  • git clone [email protected]:paulintrognon/music-genres.com.git
  • cd music-genres.com
  • yarn

Configurations

There are two configurations files to add:

  • cp server/.env.example server/.env
  • cp pwa/.env.example pwa/.env

Start server

cd server && docker-compose up

Start pwa

cd pwa && docker-compose up