- Use the correct nodejs version:
nvm use
- Install project dependencies:
npm install
- Copy the sample env file and customize it to your needs:
cp .env.sample .env
- Start a development server:
docker-compose up
nvm use
npm install
cp .env.sample .env
docker-compose up