https://github.com/ciderapp/c2sdk
https://github.com/ciderapp/c2sdk
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ciderapp/c2sdk
- Owner: ciderapp
- License: gpl-3.0
- Created: 2023-08-30T00:07:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T00:26:19.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T05:32:39.971Z (about 2 years ago)
- Language: JavaScript
- Size: 518 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ./`