The Basic Laboratory Information System (BLIS) is a LIMS that is capable of running on a desktop computer or a cloud server.
This application replaces the customized Server2Go launcher that BLIS has been using since its initial version with an open-source .NET application.
The binary built with this project will require the files in BLISRuntime and BLIS to run.
To build this project, ensure you have the latest .NET Core SDK installed, and run:
dotnet build
To build a release build (ie. a single binary) you can run:
dotnet publish -r win-x64 -c Release
This project is licensed under the GNU General Public License Version 3, unless otherwise noted.