Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 748 Bytes

File metadata and controls

39 lines (27 loc) · 748 Bytes

lewa-type

A platform to learn the typing using african writing systems.

image

Features

  • Authentication
  • Competition with leaderboards
  • Integrated input method engines

Installation & Setup

  1. Clone the repository
git clone https://github.com/YOUR_USERNAME/lewa-type.git
cd lewa-type
  1. Create a virtual environment
python -m venv venv
source venv/bin/activate # on Windows: venv\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt
  1. Initialize Database schema then Run the Flask server
python init_db.py
flask run