You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://opencollective.com/nest#backer"target="_blank"><imgsrc="https://opencollective.com/nest/backers/badge.svg"alt="Backers on Open Collective" /></a>
17
17
<ahref="https://opencollective.com/nest#sponsor"target="_blank"><imgsrc="https://opencollective.com/nest/sponsors/badge.svg"alt="Sponsors on Open Collective" /></a>
<ahref="https://twitter.com/nestframework"target="_blank"><imgsrc="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"alt="Follow us on Twitter"></a>
21
21
</p>
22
22
<!--[](https://opencollective.com/nest#backer)
23
23
[](https://opencollective.com/nest#sponsor)-->
@@ -45,7 +45,7 @@ $ <%= packageManager %> run start:dev
45
45
$ <%= packageManager %> run start:prod
46
46
```
47
47
48
-
## Test
48
+
## Run tests
49
49
50
50
```bash
51
51
# unit tests
@@ -58,16 +58,28 @@ $ <%= packageManager %> run test:e2e
58
58
$ <%= packageManager %> run test:cov
59
59
```
60
60
61
+
## Resources
62
+
63
+
Check out a few resources that may come in handy when working with NestJS:
64
+
65
+
- Visit the [NestJS Documentation](https://docs.nestjs.com) to learn more about the framework.
66
+
- For questions and support, please visit our [Discord channel](https://discord.gg/G7Qnnhy).
67
+
- To dive deeper and get more hands-on experience, check out our official video [courses](https://courses.nestjs.com/).
68
+
- Visualize your application graph and interact with the NestJS application in real-time using [NestJS Devtools](https://devtools.nestjs.com).
69
+
- Need help with your project (part-time to full-time)? Check out our official [enterprise support](https://enterprise.nestjs.com).
70
+
- To stay in the loop and get updates, follow us on [X](https://x.com/nestframework) and [LinkedIn](https://linkedin.com/company/nestjs).
71
+
- Looking for a job, or have a job to offer? Check out our official [Jobs board](https://jobs.nestjs.com).
72
+
61
73
## Support
62
74
63
75
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).
0 commit comments