Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 1.12 KB

readme.md

File metadata and controls

22 lines (15 loc) · 1.12 KB

linguist

Open source project to teach Ugandan local languages.

CircleCI Minimum PHP Version

Getting Started

  • supported programming languages

  • Setup

    • Clone this repo to your local machine
    • Create a new file in the root directroy and name it .env then copy the contents of .env.example to the newly created file.
    • Run the command php artisan key:generate to get a new unique key
    • Create a new database and name it linguist or any other database name of your preference. Once this is done and u've made the necessary changes to your .env file (if at all you need to add the database password and user) then you can run php artisan migrate --seed to scafold the necessary tables and create sample data to work with.

Contributing

The contribution guide can be found in the Wiki.