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: 8 months ago
JSON representation
Preview colors from iroiro in your browser
- Host: GitHub
- URL: https://github.com/spenserblack/iroiro-preview
- Owner: spenserblack
- License: mit
- Archived: true
- Created: 2022-03-04T00:37:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T22:50:37.000Z (about 3 years ago)
- Last Synced: 2025-02-09T01:33:45.164Z (over 1 year ago)
- Topics: color, color-picker, iro, iroiro, svelte, sveltekit, vercel
- Language: Svelte
- Homepage: iroiro-preview.vercel.app
- Size: 290 KB
- Stars: 1
- 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/)
[](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