Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.51 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.51 KB

zensational

GitHub version

An implementation of zensational design components in vanilla bash, CSS, JS and HTML.

zensational lets you add a zensational design look and feel to your static content websites. It doesn't rely on any JavaScript frameworks or libraries.

Download / Clone

Clone the repo using Git:

git clone https://github.com/abc-inc/zensational.git

Alternatively you can download this repository.

Windows users, if you have trouble compiling due to line endings then make sure you configure git to checkout the repository with lf (unix) line endings. This can be achieved by setting core.eol.

git config core.eol lf
git config core.autocrlf input
git rm --cached -r .
git reset --hard

Feature requests

We are happy to accept and review pull requests for new functionality.

Want to contribute?

If you found a bug, have any questions or want to contribute. Follow our guidelines, and help improve the zensational. For more information visit our documentation.

License

© The zensational authors, 2018. Licensed under an Apache-2 license.