Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 309 Bytes

INSTALL.md

File metadata and controls

17 lines (15 loc) · 309 Bytes

Installation

First install dependencies:

npm install

Then start a development server:

npm run dev

Or build distribution app:

npm run build

Build output is located in n3d/dist/ directory, and can be hosted locally with an http server