Skip to content

stagerightlabs/stagerightlabs.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stagerightlabs.com

CI

This repository houses the home page and blog for Stage Right Labs, LLC.

Local Development

You can use docker to run this application locally:

  1. Build the images:
$ docker-compose build
  1. Install the PHP dependencies:
$ docker-compose run php composer install
  1. Install the NPM dependencies and build the frontend assets:
$ docker-compose run node yarn
$ docker-compose run node yarn dev
  1. Create your .env file:
$ docker-compose run php cp .env.example .env
  1. Generate an application key:
$ docker-compose run php php artisan key:generate
  1. 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!

Stack

This application is a custom flat file blog built with these tools:

Credits

Special Thanks:

About

Stage Right Labs home page and blog

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages