This is a boilerplate project template For using D2KLab Explorer.
- Download this repository:
git clone https://github.com/D2KLab/explorer-boilerplate
cd explorer-boilerplate/
-
Open the file
.env
and edit the variables based on your environment. -
Start in development mode:
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
- Start in production mode:
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up
Explorer Boilerplate is Apache licensed.