https://github.com/tobitsoftware/chayns-css
Here you can find a getting started and a wiki to our chayns® styles.
https://github.com/tobitsoftware/chayns-css
cdn chayns chayns-styles getting-started tobit wiki
Last synced: 3 months ago
JSON representation
Here you can find a getting started and a wiki to our chayns® styles.
- Host: GitHub
- URL: https://github.com/tobitsoftware/chayns-css
- Owner: TobitSoftware
- Created: 2017-01-19T13:55:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T15:25:40.000Z (10 months ago)
- Last Synced: 2024-08-15T16:43:41.594Z (10 months ago)
- Topics: cdn, chayns, chayns-styles, getting-started, tobit, wiki
- Language: SCSS
- Homepage: https://design.chayns.net/
- Size: 1.13 MB
- Stars: 11
- Watchers: 14
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chayns® CSS API
In this section you will find general information about the chayns CSS API. For more detailed information take a look at the [Wiki](https://github.com/TobitSoftware/chayns-css/wiki).
## Getting started
### Usage
If you want to use the chayns API in your own tapp, we suggest using the code below.
```HTML
```
### Debugging
To work on the chayns CSS API, you need to install the dependencies:
``
npm i
``Once the dependencies have been installed successfully, you can add your ssl certificate files in webpack/ssl.
If you don't have one, the dev server will be started without https.
To use chayns with a non-https tapp, you have to add the url parameter `nrd=1`.Then, you can start the dev-server:
``
npm start
``The dev page will be available at port 9000.