https://github.com/kingjaeyeon/slatejs-01
리치텍스트에디터 프레임워크 slatejs - default , readonly, 첫 custom툴바제작
https://github.com/kingjaeyeon/slatejs-01
Last synced: 26 days ago
JSON representation
리치텍스트에디터 프레임워크 slatejs - default , readonly, 첫 custom툴바제작
- Host: GitHub
- URL: https://github.com/kingjaeyeon/slatejs-01
- Owner: KingJaeYeon
- Created: 2023-11-10T03:48:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T16:45:56.000Z (11 months ago)
- Last Synced: 2025-02-17T11:36:15.985Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```## Slate
서식 있는 텍스트 에디터를 구축하기 위한 완전히 사용자 정의 가능한 프레임워크
https://docs.slatejs.org/
``
```bash
yarn add slate slate-react react react-dom
```## Tailwind prettier
```bash
yarn add prettier prettier-plugin-tailwindcss
```## Tailwind CSS Merge
```bash
yarn add clsx tailwind-merge class-variance-authority
```