pokomowiki is a dictionary for the pokomo language
Pokomo Dictionary & Wiki
A web dictionary & Wiki for the Pokomo language native to the Kenyan Coast
## đź› Installation & Set Up
If you don't have Python and Django installed follow this tutorial.
Remember to create a virtual enviroment from the tutorial above
> You need a working postgres database for this project. Save your credentials in a `.env` file
1. Install dependancies
```sh
pip install -r requirements
```
2. Start the server on localhost
```sh
python manage.py runserver
```
Happy coding!