Website for the Lancaster Laravel meetup group.
Clone the repository:
git@github.com:lancastersoftwareco/lancaster-laravel.git
Then install dependencies and build the assets:
npm install && npm run build
This project is built to run on Netlify, so you can make use of Netlify Dev to ease development.
netlify dev
Now you should be able to visit http://localhost:8888
and view the website.
Simply clone this repository, make any desired changes, and create a site in Netlify and point it at your clone!