Skip to content

The go-qwerty-learner is a project that distributes qwerty-learner through a standalone binary file

License

Notifications You must be signed in to change notification settings

no-src/go-qwerty-learner

Repository files navigation

go-qwerty-learner

Build License Release

The go-qwerty-learner is a project that distributes qwerty-learner through a standalone binary file.

Installation

The first need Go, Node and Git installed, then you can use the below command to install go-qwerty-learner.

Windows

$ scripts\build.bat

Linux or macOS

$ chmod +x ./scripts/build.sh && ./scripts/build.sh

Docker

You can use the build-docker.sh script to build the docker image and you should clone this repository and cd to the root path of the repository first.

$ chmod +x ./scripts/build-docker.sh && ./scripts/build-docker.sh

Or pull the docker image directly from DockerHub with the command below.

$ docker pull nosrc/go-qwerty-learner

For more scripts about release and docker, please see the scripts directory.

Quick Start

Windows

$ go-qwerty-learner.exe

Linux or macOS

$ ./go-qwerty-learner

Docker

$ docker run -it --rm --name running-go-qwerty-learner -p 9097:9097 nosrc/go-qwerty-learner:latest go-qwerty-learner

About

The go-qwerty-learner is a project that distributes qwerty-learner through a standalone binary file

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published