petzlux / cookiecutter-udata-theme

A cookiecutter template for a uData theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookiecutter-udata-theme

A cookiecutter template for a uData theme

Usage

pip install cookiecutter
cookiecutter https://github.com/opendatateam/cookiecutter-udata-theme

Provide the requested informations and then you can go in the newly created directory (which will be the project_slug that you provided) and launch the docker-compose stack:

cd $project_slug
docker-compose up

You ready to start hacking on your new theme. You can go on http://localhost:7000 to see your development server with livereload.

See the udata theming documention to know the possibilities.

About

A cookiecutter template for a uData theme

License:MIT License


Languages

Language:Python 95.9%Language:HTML 4.1%