Skip to content

podlomar/novekodim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

novekodim

The new web engine behind http://kodim.cz.

Running locally

  1. Install NPM and docker.

  2. Clone the repository.

  3. Go to web folder and run

    npm install
    
  4. Clone the https://github.com/podlomar/kodim-content repo somewhere on your disk

  5. Go to the kodim-content folder and run

    git submodule update --init --recursive
    
  6. Go to the docker folder inside nove-kodim

  7. Run

    docker build -t nove.kodim.image .
    
  8. Run

    docker run --name nove.kodim -p 8888:80 -v <absolute path to this repo>/web/dist:/app -v <absolute path to the kodim-content repo>/dist:/content nove.kodim.image
    
  9. Go to http://localhost:8888

About

The new kodim.cz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published