Skip to content

kobe-koto/Coriander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coriander

Coriander is a web-based tool for generating CSS gradients.

Preview: https://coriander.pages.dev

Project Setup

This project is built with Astro.

Prerequisites

Node.js and other package managers may work, but i didn't test them

Development

  1. Clone the repository:

    git clone https://github.com/kobe-koto/Coriander.git
    cd Coriander
  2. Install dependencies:

    bun install
  3. Start the development server:

    bun run dev

    The application will be available at http://localhost:4321.

Build

To create a production build, run:

bun run build

The output will be in the dist/ directory.

License

This project is licensed under the AGPL-3.0 license. See the LICENSE file for details.

Contributors