Skip to content

project-koku/project-koku.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landing page for Project Koku (hosted on GitHub Pages)

Run it locally

To run it locally on your machine:

  • Install Docker and git

  • 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

About

A landing page for Project Koku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published