-
Notifications
You must be signed in to change notification settings - Fork 0
Development Environment
alsi-lawr edited this page Jul 15, 2026
·
5 revisions
- .NET SDK
10.0.301withlatestFeatureroll-forward. - Target framework
net10.0and C# 14. - Node.js and npm for Tailwind CSS.
- CSharpier
1.3.0as the C# formatter.
Docker builds frontend assets with Node 26.5.0; the Nix package and development shell currently use Node 22.
nix developThe shell contains .NET SDK 10, Node 22, npm, and nixfmt.
npm ci --prefix src/BlokeBot
npm run css:build --prefix src/BlokeBotFor a live rebuild:
npm run css:watch --prefix src/BlokeBotThe build script compiles Styles/app.css to the minified wwwroot/app.css. The application project also invokes the locked npm install and CSS build during its static-web-assets build.