- Git
- .NET 7 SDK
- IDE: Visual Studio or JetBrains Rider
- Node.js (for Tailwind CSS)
- Create a new fork
- Clone the fork using
git clone
- open the terminal in the
Wabbajack.Web
folder and runnpm install
For the full experience open two terminal windows and run these commands:
dotnet watch --project Wabbajack.Web/Wabbajack.Web.csproj
in the root foldernpm run watch
in theWabbajack.Web
folder
I suggest using a Chromium based browser like Chrome or Edge, I've had issues with Firefox and Chromium browsers have better development tools.