To run it locally on your machine:
-
Install
Docker
andgit
-
clone this repository
git clone https://github.com/project-koku/project-koku.github.io.git
-
Change directory to
project-koku.github.io.git
cd project-koku.github.io.git
-
Build the container image by executing
docker build -t koku-project .
-
Run the container
docker run --rm -d -p 4000:4000 koku-project
-
Open your browser and visit
localhost:4000