1.0.2 • Published 3 years ago

@cotype/ui v1.0.2

Weekly downloads
188
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

Cotype manages structured content that can accessed via APIs. The system itself is not concerned with the actual rendering of the data - this is left completely to the consumer which could be a server that generates HTML, a client-rendered web app or a native app that reads the data via HTTP.

This is the ui package for the cotype admin dashboard.


Cotype is not free software.
In order to run cotype on a public server you must purchase a valid license.
Please contact info@cellular.de for inquiries.


Install

npm install @cotype/ui

Usage

// server.ts
import { init, Opts /* ... */ } from "@cotype/ui";

Contributing

Pull-Requests, Issues, Feedback, Coffee and positive thoughts are very welcome!

If you want to work on this project locally using the development environment or want to know more about what we consider "internal stuff", please refer to the contribution guidelines