/iCount.dev

Source for https://icount.dev web page.

Primary LanguageCSSOtherNOASSERTION

Netlify Status

iCount landing page

Build with Hugo, shipped by netlify, available at https://icount.dev and https://icount.netlify.com.

To start hugo server

hugo server -D

To build

hugo -D # builds the static pages in subfolder public

To run in docker

docker run --rm --name "iCount.dev" -it -p 1313:1313 -v $(pwd):/src klakegg/hugo:0.80.0-ext server