bardd commited on
Commit
051b2d9
·
1 Parent(s): 5513d12
Files changed (1) hide show
  1. README.md +0 -99
README.md CHANGED
@@ -1,99 +0,0 @@
1
- <<<<<<< HEAD
2
- <p align="center">
3
- <a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="120" alt="Nest Logo" /></a>
4
- </p>
5
-
6
- [circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
7
- [circleci-url]: https://circleci.com/gh/nestjs/nest
8
-
9
- <p align="center">A progressive <a href="http://nodejs.org" target="_blank">Node.js</a> framework for building efficient and scalable server-side applications.</p>
10
- <p align="center">
11
- <a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a>
12
- <a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a>
13
- <a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/dm/@nestjs/common.svg" alt="NPM Downloads" /></a>
14
- <a href="https://circleci.com/gh/nestjs/nest" target="_blank"><img src="https://img.shields.io/circleci/build/github/nestjs/nest/master" alt="CircleCI" /></a>
15
- <a href="https://coveralls.io/github/nestjs/nest?branch=master" target="_blank"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#9" alt="Coverage" /></a>
16
- <a href="https://discord.gg/G7Qnnhy" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a>
17
- <a href="https://opencollective.com/nest#backer" target="_blank"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a>
18
- <a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
19
- <a href="https://paypal.me/kamilmysliwiec" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg" alt="Donate us"/></a>
20
- <a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a>
21
- <a href="https://twitter.com/nestframework" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow" alt="Follow us on Twitter"></a>
22
- </p>
23
- <!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer)
24
- [![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)-->
25
-
26
- ## Description
27
-
28
- [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
29
-
30
- ## Project setup
31
-
32
- ```bash
33
- $ npm install
34
- ```
35
-
36
- ## Compile and run the project
37
-
38
- ```bash
39
- # development
40
- $ npm run start
41
-
42
- # watch mode
43
- $ npm run start:dev
44
-
45
- # production mode
46
- $ npm run start:prod
47
- ```
48
-
49
- ## Run tests
50
-
51
- ```bash
52
- # unit tests
53
- $ npm run test
54
-
55
- # e2e tests
56
- $ npm run test:e2e
57
-
58
- # test coverage
59
- $ npm run test:cov
60
- ```
61
-
62
- ## Resources
63
-
64
- Check out a few resources that may come in handy when working with NestJS:
65
-
66
- - Visit the [NestJS Documentation](https://docs.nestjs.com) to learn more about the framework.
67
- - For questions and support, please visit our [Discord channel](https://discord.gg/G7Qnnhy).
68
- - To dive deeper and get more hands-on experience, check out our official video [courses](https://courses.nestjs.com/).
69
- - Visualize your application graph and interact with the NestJS application in real-time using [NestJS Devtools](https://devtools.nestjs.com).
70
- - Need help with your project (part-time to full-time)? Check out our official [enterprise support](https://enterprise.nestjs.com).
71
- - To stay in the loop and get updates, follow us on [X](https://x.com/nestframework) and [LinkedIn](https://linkedin.com/company/nestjs).
72
- - Looking for a job, or have a job to offer? Check out our official [Jobs board](https://jobs.nestjs.com).
73
-
74
- ## Support
75
-
76
- 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](https://docs.nestjs.com/support).
77
-
78
- ## Stay in touch
79
-
80
- - Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
81
- - Website - [https://nestjs.com](https://nestjs.com/)
82
- - Twitter - [@nestframework](https://twitter.com/nestframework)
83
-
84
- ## License
85
-
86
- Nest is [MIT licensed](https://github.com/nestjs/nest/blob/master/LICENSE).
87
- =======
88
- ---
89
- title: Node Pt
90
- emoji: 🐨
91
- colorFrom: gray
92
- colorTo: yellow
93
- sdk: docker
94
- pinned: false
95
- license: mit
96
- ---
97
-
98
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
99
- >>>>>>> space/main