logoBooGi

Running Locally

Git Repository Edit on Github
Last update: 3 days 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.

Syntax — Previous
📦 Custom Components
Next — 💻 Developing
Building