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

https://github.com/cyanchanges/home

Home
https://github.com/cyanchanges/home

Last synced: about 1 year ago
JSON representation

Home

Awesome Lists containing this project

README

          

# Cyan Home
All rights reserved by Cyan Changes (c) 2024.
You are not allowed to use any content of this repository in yours,
unless you have explict authorization.

[![Sync](https://github.com/CyanChanges/home/actions/workflows/sync.yml/badge.svg)](https://github.com/CyanChanges/home/actions/workflows/sync.yml)
[![Deploy](https://github.com/CyanChanges/home/actions/workflows/deploy.yml/badge.svg)](https://github.com/CyanChanges/home/actions/workflows/deploy.yml)
![Netlify](https://img.shields.io/netlify/0f0d5a7a-0760-4579-87d7-c47d1d832f1f)
[![Netlify Status](https://api.netlify.com/api/v1/badges/0f0d5a7a-0760-4579-87d7-c47d1d832f1f/deploy-status)](https://app.netlify.com/sites/cyan-home/deploys)

Built with Bun + Nuxt + PrimeVue

## Browse now

Try access any of the following:

| Defaults | Cloudflare(Netlify) | Netlify | GitHubPages❌ |
| -------- | ------------------- | ------- | ------------- |
| [cyans.me](https://cyans.me) | [www](https://www.cyans.me/) | [netlify.home](https://netlify.home.cyans.me/) | [ghpages.home](https://ghpages.home.cyans.me/) |

## Build
### Clone the repository
```shell
git clone https://github.com/CyanChanges/home.git cyans-home
cd cyans-home
```

### Locally browse
Bun for both JavaScript Runtime and Package Manager.

```shell
bun install
```

### Run preview

```shell
bun run preview -o
```

### Cloudflare pages preview
A build is required before doing this.
```shell
bunx wrangler pages dev dist/
```

## Project license
All rights reserved by Cyan Changes (c) 2024.
You are not allowed to use any content of this repository in yours,
unless you have explict authorization.
unless otherwise stated, all rights are reserved.