Skip to content

NGorco/docs.nestjs.com

This branch is 931 commits behind nestjs/docs.nestjs.com:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6fb6e3 Β· Apr 5, 2023
Apr 7, 2022
Jun 17, 2022
Apr 5, 2023
Nov 17, 2022
Apr 3, 2023
Mar 29, 2023
Jul 9, 2020
Dec 9, 2020
Aug 26, 2017
May 23, 2022
Jul 8, 2022
Feb 17, 2019
Mar 9, 2023
Dec 2, 2019
May 15, 2022
Jan 21, 2023
Mar 16, 2022
Jan 6, 2022
Aug 17, 2018
Feb 25, 2021
Aug 26, 2019
Apr 4, 2023
Apr 4, 2023
Aug 26, 2017
May 20, 2021
Nov 17, 2022

Repository files navigation

Nest Logo

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

NPM Version Package License NPM Downloads Travis Linux Coverage 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.0%
  • SCSS 18.8%
  • JavaScript 13.3%
  • HTML 9.8%
  • Other 0.1%