Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarroyoc/Conway
Práctica de EDA - Universidad de Valladolid
https://github.com/aarroyoc/Conway
Last synced: 3 months ago
JSON representation
Práctica de EDA - Universidad de Valladolid
- Host: GitHub
- URL: https://github.com/aarroyoc/Conway
- Owner: aarroyoc
- Created: 2017-09-19T20:31:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T19:23:26.000Z (over 2 years ago)
- Last Synced: 2024-04-23T20:11:06.287Z (7 months ago)
- Language: C#
- Homepage:
- Size: 1.91 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-uva - Arroyo Calle, Adrián & Bazaco Velasco, Daniel
README
# Conway
## Building
```
git clone https://github.com/aarroyoc/Conway
cd Conway
dotnet restore
dotnet build
dotnet run
dotnet publish -c Release -r win-x86 -f netcoreapp2.0 --self-contained
```