Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 425 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 425 Bytes

Nabuu

Description

Nabuu is an online platform for creating documentations, articles and tutorials

Installation

$ npm install

Run migrations

$ npm run prisma:dev:deploy

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Author