Skip to content

nestpy/docs.nestjs.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

24 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

NestPy Logo

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

Description

This project is built on top of the Mkdocs Material. It uses the Mkdocs to compile source documentation in markdown format into the published format. The Repository contains docs.nestpy.org source code, the official Nest documentation.

Installing

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

$ make start

OR

$ docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

Navigate to http://localhost:8000/.

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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers.

Stay in touch

License

Nest is MIT licensed.