Desktop interface for SWAT Check for SWAT2012. Download at swat.tamu.edu/software/swat-check/.
- Install .NET 7 SDK
- You may use Visual Studio or, Visual Studio Code with .NET CLI commands
- Install Node.js (version 18 LTS)
- Install required Node.js packages
- From command prompt, go to the root directory of the source code
- Run
npm install
- From command prompt, go to the root directory of the source code
- Run
npm run dev
- From
/src/api
publish the .NET project to the/src/main/static/api_dist
directory- Set publish profile settings to target net7.0, self-contained, win-x64, produce single file
- From the root of the source code directory run the following:
- Windows:
npm run build:win
- Windows:
- Program will be in
/release/dist