https://github.com/nestjs/newsletter.nestjs.com
Official NestJS Newsletter website https://newsletter.nestjs.com 📩
https://github.com/nestjs/newsletter.nestjs.com
Last synced: 5 months ago
JSON representation
Official NestJS Newsletter website https://newsletter.nestjs.com 📩
- Host: GitHub
- URL: https://github.com/nestjs/newsletter.nestjs.com
- Owner: nestjs
- License: mit
- Created: 2024-04-24T08:34:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-12T09:55:37.000Z (about 1 year ago)
- Last Synced: 2024-09-28T01:40:56.097Z (9 months ago)
- Language: HTML
- Size: 478 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
Repository contains [newsletter.nestjs.com](https://newsletter.nestjs.com) source code, the official Nest website for the newsletter.
## Developing
Navigate to `http://localhost:1234/`.
```
$ npm install
$ npm run start
```## Build
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Support
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://opencollective.com/nest).
## Stay in touch
- Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).