Coriander is a web-based tool for generating CSS gradients.
Preview: https://coriander.pages.dev
This project is built with Astro.
Node.js and other package managers may work, but i didn't test them
-
Clone the repository:
git clone https://github.com/kobe-koto/Coriander.git cd Coriander -
Install dependencies:
bun install
-
Start the development server:
bun run dev
The application will be available at
http://localhost:4321.
To create a production build, run:
bun run buildThe output will be in the dist/ directory.
This project is licensed under the AGPL-3.0 license. See the LICENSE file for details.