Skip to content

gaaamii/nekobito

Repository files navigation

Nekobito

Nekobito is a browser-based markdown editor.

screenshot of Nekobito

Usage

Features

Markdown Preview

You can see a preview of markdown text written in textarea.

PWA Support

If you use Google Chrome, you can install Nekobito as a progressive web app.

[Experimental] Save text in your local file

Nekobito is providing features to edit your local files. But it is experimental because Nekobito uses File System Access API for it. You have to use the browser which supports the API to edit local files on Nekobito.

Development

Install node modules

npm i

Start dev server

npm run start

Build

npm run build