Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dtsivkovski/cloverlaid

A purely browser-based solution for simple and straightforward editing on the go.
https://github.com/dtsivkovski/cloverlaid

Last synced: 9 days ago
JSON representation

A purely browser-based solution for simple and straightforward editing on the go.

Awesome Lists containing this project

README

        

# Cloverlaid

A purely browser-based solution for simple and straightforward editing on the go.

## Overview

Easy Overlay is built with Next.js to provide an easy image overlay and channel manipulation tool directly in your browser.

## Access Cloverlaid

You can access Cloverlaid at [this link](https://cloverlaid.tsiv.dev/).

## Getting Started

1. Set node version

This project uses node v22.5.1. Make sure to install this, or use node version manager in the root directory:

```bash
nvm use
```

2. Install dependencies:

```bash
npm install
```

3. Run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser.

## Building for Production

```bash
npm run build
```

After building, you can start the production server:

```bash
npm run start
```