### Clone Repository and Install Dependencies Source: https://github.com/777vasya77/awesome-nestjs/blob/master/README.md Clone the project repository and install necessary npm packages to set up the development environment. ```bash git clone https://github.com/777Vasya77/awesome-nestjs.git cd awesome-nestjs npm install ``` -------------------------------- ### Run Development Server Source: https://github.com/777vasya77/awesome-nestjs/blob/master/README.md Compile the content and start a local server for development. Changes to markdown files are automatically reflected. ```bash npm run dev ``` -------------------------------- ### Preview Production Build Source: https://github.com/777vasya77/awesome-nestjs/blob/master/README.md Locally preview the production build of the application on a specified port. ```bash npm run preview --port 4173 ``` -------------------------------- ### Build for Production Source: https://github.com/777vasya77/awesome-nestjs/blob/master/README.md Compile the application in production mode, generating a 'dist' directory in 'content/.vitepress'. ```bash npm run build ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.