Skip to content

typifyApp/typify

Repository files navigation

⌨️ typify

License: MIT Backend Build Status Frontend Build Status

A web app to help me practice typing common English words

💻 Frontend installation

This web app can be ran locally after cloning or downloading the repo.

To install dependencies after cloning the repo run yarn install

🔌 Backend installation

To compile the backend you need rust / cargo nightly.

rustup toolchain install nightly
rustup default nightly

You must also generate some ssl certs and put them in the ssl directory, Just run the gen_certs.sh file.

Api Documentation is here

⌨️ Full stack usage

To launch the app locally run the bash script ./run_stack.sh

🔨 Built With