An open API service indexing awesome lists of open source software.

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.

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.