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 install
OR
composer update
npm install
Duplicate .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 migrate
php artisan passport:install
Add keys generated to .env
php artisan key:generate
chmod 600 storage/oauth-private.key
chmod 600 storage/oauth-public.key
Before making any contribution, please read the contributing guide.
php artisan serve
npm run watch
If 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