Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 822 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 822 Bytes

Contributing

Requirements

Getting Started

  • Create a new fork
  • Clone the fork using git clone
  • open the terminal in the Wabbajack.Web folder and run npm install

Watch for changes

For the full experience open two terminal windows and run these commands:

  1. dotnet watch --project Wabbajack.Web/Wabbajack.Web.csproj in the root folder
  2. npm run watch in the Wabbajack.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.