https://github.com/cocell0/c
Monolithic repo to manage multiple projects in one place
https://github.com/cocell0/c
perchance-platform web
Last synced: 12 months ago
JSON representation
Monolithic repo to manage multiple projects in one place
- Host: GitHub
- URL: https://github.com/cocell0/c
- Owner: Cocell0
- License: gpl-3.0
- Created: 2025-06-19T09:50:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-06T12:01:48.000Z (12 months ago)
- Last Synced: 2025-07-06T12:41:26.059Z (12 months ago)
- Topics: perchance-platform, web
- Language: CSS
- Homepage: https://perchance.org/cocell
- Size: 692 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C̀
This repository is a monolithic workspace designed to contain multiple projects.
## Build & Run
To build a project:
```bash
npx vite build
```
The build outputs a single HTML file with all scripts and styles inlined.
The final result is a self-contained HTML file, using [Vite's Singlefile](https://www.npmjs.com/package/vite-plugin-singlefile) plugin.
## Stack
- **Vue**
- **UnoCSS** with **Wind4**, and **Icons** preset
- **Vite**