Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spenserblack/iroiro-preview
Preview colors from iroiro in your browser
https://github.com/spenserblack/iroiro-preview
color color-picker iro iroiro svelte sveltekit vercel
Last synced: 2 months ago
JSON representation
Preview colors from iroiro in your browser
- Host: GitHub
- URL: https://github.com/spenserblack/iroiro-preview
- Owner: spenserblack
- License: mit
- Created: 2022-03-04T00:37:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T00:41:28.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T22:51:30.606Z (almost 2 years ago)
- Topics: color, color-picker, iro, iroiro, svelte, sveltekit, vercel
- Language: Svelte
- Homepage: iroiro-preview.vercel.app
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Iroiro Preview](http://iroiro-preview.vercel.app/)
[![CI](https://github.com/spenserblack/iroiro-preview/actions/workflows/ci.yml/badge.svg)](https://github.com/spenserblack/iroiro-preview/actions/workflows/ci.yml)
Preview colors from [iroiro] in your browser.
:warning: Archived
I decided to make [iroiro.css][iroiro-css] to have an actual stylesheet that
could be imported. I'll be adding a preview to that, so this isn't needed.This website isn't pretty, but should serve as a functional utility for getting
and previewing [iroiro] colors, which may not be accurate when displayed in the
terminal.## Developing
### Dependency Installation
```bash
yarn
```### Running Development Instance
```bash
yarn dev# or start the server and open the app in a new browser tab
yarn dev --open
```### Building
```bash
yarn build
```You can preview the production build with `yarn preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
[iroiro]: https://github.com/antfu/iroiro
[iroiro-css]: https://github.com/spenserblack/iroiro.css