This repository houses the home page and blog for Stage Right Labs, LLC.
You can use docker to run this application locally:
- Build the images:
$ docker-compose build
- Install the PHP dependencies:
$ docker-compose run php composer install
- Install the NPM dependencies and build the frontend assets:
$ docker-compose run node yarn
$ docker-compose run node yarn dev
- Create your
.envfile:
$ docker-compose run php cp .env.example .env
- Generate an application key:
$ docker-compose run php php artisan key:generate
- Spin up the containers:
$ docker-compose up -d
You should now be able to view the site in your browser by going to http://stagerightlabs.test. You are now off to the races!
This application is a custom flat file blog built with these tools:
- Laravel
- Tailwind CSS
- Tailwind UI
- Alpine.js
- YAML Parsing
- CommonMark For PHP
- Tempest Code Highlighting
- Lucid Icons
Special Thanks: