Open source project to teach Ugandan local languages.
-
supported programming languages
-
Setup
- Clone this repo to your local machine
- Create a new file in the root directroy and name it
.envthen copy the contents of.env.exampleto the newly created file. - Run the command
php artisan key:generateto get a new unique key - Create a new database and name it
linguistor any other database name of your preference. Once this is done and u've made the necessary changes to your.envfile (if at all you need to add the database password and user) then you can runphp artisan migrate --seedto scafold the necessary tables and create sample data to work with.
The contribution guide can be found in the Wiki.