Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adeattwood/dotnetturbotest


https://github.com/adeattwood/dotnetturbotest

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Dotnet turbo test

A test project to learn how turbo works under the hood

## Build and run with docker

```sh
docker build . -t dotnet-turbo && docker run -p 8000:8000 dotnet-turbo
```