mrunhap / project-koku.github.io

A landing page for Project Koku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 96.8%Language:HTML 1.7%Language:Ruby 1.1%Language:Dockerfile 0.4%Language:SCSS 0.0%