Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 1.35 KB

readme.md

File metadata and controls

51 lines (43 loc) · 1.35 KB

This is a fork of the template: https://github.com/gdg-x/aura

GDGCDE.ORG Site.

Setup

Linux

Install dependencies.

composer install
yarn install

Generate .env file and app key.

cat .env.example > .env
php artisan key:generate
Windows

Install dependencies.

composer install
yarn install

Generate .env file and app key.

type .env.example > .env
php artisan key:generate

Contributors

License

This project is open-sourced software licensed under the GPLv2 license.