https://github.com/koumoul-dev/udata-koumoul
Koumoul Theme for uData
https://github.com/koumoul-dev/udata-koumoul
Last synced: 8 months ago
JSON representation
Koumoul Theme for uData
- Host: GitHub
- URL: https://github.com/koumoul-dev/udata-koumoul
- Owner: koumoul-dev
- Created: 2018-09-10T10:03:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T11:16:01.000Z (about 5 years ago)
- Last Synced: 2025-02-16T10:15:41.203Z (10 months ago)
- Language: HTML
- Size: 4.63 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# udata-koumoul
Theme for Koumoul's demo opendata portal
## Usage
Install the theme package in you udata environement:
```bash
pip install udata-koumoul
```
Then, define the installed theme as current in you `udata.cfg`:
```python
THEME = 'koumoul'
```
## Development
There is a `docker-compose` configuration to get started fast.
Just run:
```bash
docker-compose up
```
Then go to to connect to the development server
with live reload.
## Publish
```
python setup.py sdist bdist_wheel
twine upload dist/*
```