Reference CSS, JS and media files.
Just refer to the published files: https://api.pryv.com/style
Add a package.json
dev dependency pointing to this repo, then use and override source files in your build.
Install with ./dev-env/setup.sh
(which handles cloning of the gh-pages
branch into dist
for publishing) or npm install
.
Build with npm run build
, which outputs assets to dist
.
- Styles (i.e. Bootstrap variables and overrides) are in
stylus
- Media assets are in
assets
TODO: versioning.
After building, commit and push the changes from dist
(i.e. publishes to GitHub pages).