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.
- Host: GitHub
- URL: https://github.com/gldraphael/typist
- Owner: gldraphael
- License: apache-2.0
- Created: 2020-02-07T19:13:45.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T19:34:56.000Z (almost 2 years ago)
- Last Synced: 2025-05-30T14:45:25.783Z (about 1 year ago)
- Language: C#
- Homepage: https://typist.galdin.dev
- Size: 769 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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