Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsimbalar/gha-catlight-server
A server to connect to to retrieve Github Actions checks in CatLight
https://github.com/tsimbalar/gha-catlight-server
Last synced: 20 days ago
JSON representation
A server to connect to to retrieve Github Actions checks in CatLight
- Host: GitHub
- URL: https://github.com/tsimbalar/gha-catlight-server
- Owner: tsimbalar
- Created: 2020-04-10T08:02:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T10:17:04.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T18:01:43.546Z (2 months ago)
- Language: F#
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GhaCatlightServer
A [Giraffe](https://github.com/giraffe-fsharp/Giraffe) web application, which has been created via the `dotnet new giraffe` command.
## Build and test the application
### Windows
Run the `build.bat` script in order to restore, build and test (if you've selected to include tests) the application:
```
> ./build.bat
```### Linux/macOS
Run the `build.sh` script in order to restore, build and test (if you've selected to include tests) the application:
```
$ ./build.sh
```## Run the application
After a successful build you can start the web application by executing the following command in your terminal:
```
dotnet run src/GhaCatlightServer
```After the application has started visit [http://localhost:5000](http://localhost:5000) in your preferred browser.