Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 424 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 424 Bytes

Book Editor

A web-based book editor without backend. (WIP)

Usage

Install

yarn
yarn install

Starting the Development Server

To start the development server with hot-reload, run the following command. The server will be accessible at http://localhost:3000:

yarn dev

Build

yarn build

📑 License

MIT