Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 592 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 592 Bytes

Local Mount

First, run the development server:

docker-compose up --build -d

GitHub Codespaces

Start the application in GitHub Codespaces. Once the virtual machine is ready execute the below command to start your application.

docker-compose up --build -d

copy .env file to local

 cp -r .env.example .env.development.local

Verify

Open [http://localhost:3000/questions#] with your browser to see the result.

image