Skip to content

Files

Latest commit

95e263c · Jan 13, 2024

History

History
42 lines (26 loc) · 1.49 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.49 KB

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.