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

https://github.com/gldraphael/typist

⌨ A quote typing app, written in Blazor WebAssembly.
https://github.com/gldraphael/typist

Last synced: about 1 year ago
JSON representation

⌨ A quote typing app, written in Blazor WebAssembly.

Awesome Lists containing this project

README

          

# typist

> ⌨ A quote typing app

Visit to play!

## Quickstart

### Setting up your development machine

1. Install the latest [.NET Core 7 SDK](https://dotnet.microsoft.com/download/dotnet/7.0) for your platform.
1. Clone this repo:

```sh
git clone git@github.com:gldraphael/typist.git
```

### Running the app

1. Run the development server:
```
# On powershell, run:
.\watch.ps1

# On shell script supported systems, run:
./watch.sh
```
1. Browse to `https://localhost:5001`


## License

Apache License, Version 2.0