Skip to content

gdgcde/gdgcde.org

Repository files navigation

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.

Releases

No releases published

Packages

No packages published