Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

spenserblack/iroiro-preview

Repository files navigation

CI

Preview colors from iroiro in your browser.

⚠️ Archived

I decided to make 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

yarn

Running Development Instance

yarn dev

# or start the server and open the app in a new browser tab
yarn dev --open

Building

yarn build

You can preview the production build with yarn preview.

To deploy your app, you may need to install an adapter for your target environment.