This project is intended for DCF staff only. The files can be ran locally on any machine with .NET SDK installed.
- NPM
- Gulpfile
- SASS
- Bootstrap 4 starter template
- FontAwesome 5 integration
Install dependencies for dotnet
and NPM
:
dotnet restore
npm install
after using dotnet restore
.
To run website:
dotnet run
To compile SASS:
gulp
@invot