logoBooGi

Running Locally

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

Previous
Emojis
Next — 💻 Developing
Building