A platform to learn the typing using african writing systems.
- Authentication
- Competition with leaderboards
- Integrated input method engines
- Clone the repository
git clone https://github.com/YOUR_USERNAME/lewa-type.git
cd lewa-type- Create a virtual environment
python -m venv venv
source venv/bin/activate # on Windows: venv\Scripts\activate- Install dependencies
pip install -r requirements.txt- Initialize Database schema then Run the Flask server
python init_db.py
flask run