Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgbenine/editor-texto-funcional
Text editor
https://github.com/jgbenine/editor-texto-funcional
cmdk javascript nextjs radix-ui tailwindcss text-editor tiptap
Last synced: 26 days ago
JSON representation
Text editor
- Host: GitHub
- URL: https://github.com/jgbenine/editor-texto-funcional
- Owner: jgbenine
- Created: 2023-07-07T00:56:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-10T00:47:45.000Z (10 months ago)
- Last Synced: 2024-11-28T07:12:11.488Z (3 months ago)
- Topics: cmdk, javascript, nextjs, radix-ui, tailwindcss, text-editor, tiptap
- Language: TypeScript
- Homepage: https://editor-texto-funcional.vercel.app
- Size: 890 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Editor de texto
#### Esse projeto tem como objetivo prover algumas funcionalidades de um editor de texto.
##### Utilizando Tiptap para manipular ações.
Radix.ui para uma melhor acessibilidade de navegação.
## Iniciar Projeto
instalando pacotes:
```bash
npm install
```
Executando aplicação:
```bash
npm run dev
```
##### Verifique seu servidor de execução.