An open API service indexing awesome lists of open source software.

https://github.com/bholmesdev/blank-slate


https://github.com/bholmesdev/blank-slate

Last synced: 9 days ago
JSON representation

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.