Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 326 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 326 Bytes

wisteken blog

setup for development

set environment variables

edit GRAPH_CMS_ENDPOINT.

cp .env.local.example .env.development.local
vi .env.development.local

run as development mode

docker-compose build
docker-compose up -d

open http://localhost:30000.