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