Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 524 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 524 Bytes

Akashic knowledge

Akashic knowledge is a micro frontend app for akashic project, providing the home page and the dashboard for a knowledgebase.

Setup

Install the dependencies:

pnpm install

Get Started

Start the dev server:

pnpm dev

Enable optional features or add a new entry:

pnpm new

Build the app for production:

pnpm build

Preview the production build locally:

pnpm serve

For more information, see the Modern.js documentation.