Install composer
using your favorite package manager.
git clone https://github.com/clarkewing/agepac.org
cd agepac.org && composer install
cp .env.example .env
npm install && npm run dev
php artisan key:generate
php artisan serve
and open http://localhost:8000.
Alternatively if you are on MacOS, you can install Laravel herd (brew install --cask herd
), and run
herd link
in the root directory of this repo- open http://agepac.org.test