Skip to content

estacionckweb/ckweb-web

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Apr 16, 2021
May 18, 2019
May 19, 2019
Apr 16, 2021
Oct 4, 2018
May 18, 2019
Feb 25, 2019
May 18, 2019
May 18, 2019
May 18, 2019
Jul 8, 2019
Dec 2, 2022
May 18, 2019
Oct 18, 2018
Apr 16, 2021

Repository files navigation

ckweb-web

Repositorio para la página http://ckweb.gov.co/

To run:

  • install nodejs
  • download repository
  • enter repository folder (from terminal): cd ckweb-web
  • install dependencies npm install .
  • start dev server npm run start

To build: npm run build

To deploy to github pages: npm run deploy

To merge gh-pages branch to master: git merge origin/gh-pages master --allow-unrelated-histories