Close Search
Close full mode
logoBooGi

Running Locally

Git RepositoryEdit on Github
Last update: 2 months ago by Mateusz FilipowiczReading time: 2 min

Download dependencies

yarn

Run Gatsby in development mode

gatsby develop

This will run BooGi on port 8000 on localhost.

Build and run docker image locally

docker build -t boogi .
docker run -dp 80:80 boogi

This will run BooGi on port 80 on localhost.

✍️ Editing Content — Previous
Markdown cheatsheet
Next — 💻 Developing
Building