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

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

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**