This is the codebase for Dora Boateng.
Make sure you have all the tools you need to run Dora Boateng locally:
Suggested:
Clone the web repository: git clone https://github.com/doraboateng/web.git
cd into the cloned repository and install the project dependencies:
composer install
npm install --global jshint
npm install
We use Heroku as a staging environment. To push/deploy to staging, install the Heroku CLI and add a git remote for staging inside the web directory:
heroku login
heroku git:remote -a doraboateng-staging
git remote rename heroku staging
git remote -v
Pushing to staging is then as simple as running git push staging. To generate a new application key, run php artisan key:generate --show from a local setup.