Here lies the source for for Dora Boateng, a free tool dedicated to preserving and promoting our languages and heritage.
Looking to add or update content? Shoot us an email at dora@kwcay.co.
Looking to contribute to our source code? Read our contribution notes here.
Software requirements
Make sure the following software is installed on your local machine:
Optional, but recommended:
Once you have the required software, you can run the app locally from a terminal:
# Clone the source code locally.
git clone git@github.com:doraboateng/web.git
cd boateng-web
# Install the dependencies.
yarn install
# Run the app.
yarn dev
The app will be available at the URL: http://localhost:3000
TODO
TODO
Read our contribution notes here