Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dtsivkovski/cloverlaid
- Owner: dtsivkovski
- Created: 2024-12-26T05:58:47.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-12-26T07:11:07.000Z (14 days ago)
- Last Synced: 2024-12-26T07:17:44.009Z (14 days ago)
- Language: TypeScript
- Homepage: https://cloverlaid.vercel.app
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```