Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 492 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 492 Bytes

ninja logo ninja

(ninja is not just azul)

ninja is a web viewer for CityJSON files.

A public version of it can be found here.

Development

Install all dependencies:

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Compiles the desktop version

npm run electron:build

Lints and fixes files

npm run lint