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

https://github.com/ciderapp/c2sdk


https://github.com/ciderapp/c2sdk

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# c2sdk

## Quick Start

- Initialize a new Node project with `npm init -y`
- Add the C2SDK to your project `npm install --save-dev github:ciderapp/c2sdk`
- Create the boilerplate files with `npx c2sdk-theme new ./`
- Serve your project for live reloading in Cider with `npx c2sdk-theme serve ./`
- Compile a `.cider-theme` file with `npx c2sdk-theme compile ./`