adiathasan / catalyst

An Image editor with bare webgl / react

Home Page:https://catalyst-ten.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

After cloning the repo to your local machine, you can run the following commands to get started:

First, install the dependencies:

npm i
# or
yarn
# or
pnpm i
# or
bun i

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:5000 with your browser to see the result.

For building the project, run:

npm run build
# or
yarn build
# or
pnpm build
# or
bun build

For running the production build, run:

npm run start
# or
yarn start
# or
pnpm start
# or
bun start

Open http://localhost:3000 with your browser to see the result.

Live Demo

https://catalyst-ten.vercel.app

About

An Image editor with bare webgl / react

https://catalyst-ten.vercel.app


Languages

Language:TypeScript 95.1%Language:JavaScript 3.5%Language:CSS 1.3%