kasima / lexicaltoy

basic editor with lexical

Home Page:https://orangetask-two.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clone repo

create and populate .env.development.local and .env.production.local, then:

npm install

two ways to run it:

npm run dev

which will set NODE_ENV to "development" and hit the dev db, or

npm run build npm run start

which will set NODE_ENV to "production" and hit the prod db

About

basic editor with lexical

https://orangetask-two.vercel.app


Languages

Language:TypeScript 91.6%Language:JavaScript 4.2%Language:CSS 3.5%Language:Shell 0.7%