πŸ“¦ nestjs / docs.nestjs.com

The official documentation https://docs.nestjs.com πŸ“•

β˜… 1.3k stars β‘‚ 2.1k forks πŸ‘ 1.3k watching βš–οΈ MIT License
angulardocumentationnestnestjsnodejsnodejs-frameworktypescript
πŸ“₯ Clone https://github.com/nestjs/docs.nestjs.com.git
HTTPS git clone https://github.com/nestjs/docs.nestjs.com.git
SSH git clone git@github.com:nestjs/docs.nestjs.com.git
CLI gh repo clone nestjs/docs.nestjs.com
Kamil Mysliwiec Kamil Mysliwiec Merge pull request #3379 from hugopino/master 9871feb 6 days ago πŸ“ History
πŸ“‚ master View all commits β†’
πŸ“ .github
πŸ“ .husky
πŸ“ content
πŸ“ dist
πŸ“ src
πŸ“ tools
πŸ“„ .browserslistrc
πŸ“„ .editorconfig
πŸ“„ .gitignore
πŸ“„ .htaccess
πŸ“„ .nvmrc
πŸ“„ .prettierrc
πŸ“„ angular.json
πŸ“„ CONTRIBUTING.md
πŸ“„ eslint.config.js
πŸ“„ LICENSE
πŸ“„ nodemon.json
πŸ“„ package.json
πŸ“„ README.md
πŸ“„ renovate.json
πŸ“„ tsconfig.json
πŸ“„ README.md

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads Discord Backers on Open Collective Sponsors on Open Collective

Description

This project is built on top of the Angular CLI. It uses the Dgeni documentation generator to compile source documentation in markdown format into the published format. The Repository contains docs.nestjs.com source code, the official Nest documentation.

Installing

Install project dependencies and start a local server with the following terminal commands:

$ npm install
$ npm run start

Navigate to http://localhost:4200/.

All pages are written in markdown and located in the content directory.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

To run build in watch mode, run npm run build:watch. Any content changes will be recompiled and rebuilt, and the content served at http://localhost:4200/.

Use npm run build:prod for a production build.

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.