https://github.com/bholmesdev/blank-slate
https://github.com/bholmesdev/blank-slate
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bholmesdev/blank-slate
- Owner: bholmesdev
- Created: 2026-05-05T02:38:45.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-05T02:40:50.000Z (about 1 month ago)
- Last Synced: 2026-05-05T04:34:01.261Z (about 1 month ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blank Slate
Blank Slate is a React, TypeScript, and Vite prototype for a Markdown-first editor built with Slate. It edits rich text, serializes the document to Markdown, and stores the current document in `localStorage`.
## Install
```sh
pnpm install
```
## Run
```sh
pnpm dev
```
Vite will print the local URL for the app.