DevComm is a directory of developers and designers interested in community activities all across Nigeria.
This project is currently offline to re-evaluate approach to achieve intended goal.
- Laravel
- Abati Adewale (@acekyd)
- Contributors
- Run composer install or composer update
composer installOR
composer updatenpm installDuplicate .env.example and rename your copy to .env and proceed to replace the database details in
.env file with yours.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=Your-database-name
DB_USERNAME=Your-database-username
DB_PASSWORD=Your-database-password
php artisan migratephp artisan passport:installAdd keys generated to .env
php artisan key:generatechmod 600 storage/oauth-private.key
chmod 600 storage/oauth-public.keyBefore making any contribution, please read the contributing guide.
php artisan servenpm run watchIf you are having any issues properly running npm run watch, could be as a result of different node versions. Run npm install -s node
Home page designs https://www.figma.com/file/MYpNNDsSPLVPXquHR0Jq5NlE/Devcomm