Your regular dose of C# and .NET programming insights, tutorials, and community news delivered straight to your inbox.
- Website: dotnetdrip.com
- Follow on X: @dotnetdrip
.NET drip is a newsletter for C# and .NET developers who want to stay current with the latest news, tutorials, and community resources. Subscribe to get curated content delivered directly to your inbox.
This project is built with Astro and Tailwind CSS.
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |