Skip to content
/ punct Public

SPA that clears input text from words, leaves only punctuation

Notifications You must be signed in to change notification settings

super16/punct

Repository files navigation

punct

SPA that clears input text from words, leaves only punctuation. Inspired by Clive Thompson's 'just the punctuation' project. This application supports Russian language & expanded set of punctuation marks.

See Demo.

Install

pnpm i 

Lint

pnpm run lint

Run

pnpm run dev

Build

pnpm run build