A purely browser-based solution for simple and straightforward editing on the go.
Easy Overlay is built with Next.js to provide an easy image overlay and channel manipulation tool directly in your browser.
You can access Cloverlaid at this link.
- Set node version
This project uses node v22.5.1. Make sure to install this, or use node version manager in the root directory:
nvm use- Install dependencies:
npm install- Run the development server:
npm run devOpen http://localhost:3000 with your browser.
npm run buildAfter building, you can start the production server:
npm run start