Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aarroyoc/Conway

Práctica de EDA - Universidad de Valladolid
https://github.com/aarroyoc/Conway

Last synced: about 2 months ago
JSON representation

Práctica de EDA - Universidad de Valladolid

Awesome Lists containing this project

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
```