Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stagerightlabs/stagerightlabs.com
Stage Right Labs home page and blog
https://github.com/stagerightlabs/stagerightlabs.com
alpine blog homepage laravel livewire tailwindcss
Last synced: about 17 hours ago
JSON representation
Stage Right Labs home page and blog
- Host: GitHub
- URL: https://github.com/stagerightlabs/stagerightlabs.com
- Owner: stagerightlabs
- License: mit
- Created: 2019-05-16T04:33:54.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-03T05:52:02.000Z (about 1 year ago)
- Last Synced: 2024-03-25T01:55:16.813Z (10 months ago)
- Topics: alpine, blog, homepage, laravel, livewire, tailwindcss
- Language: PHP
- Homepage:
- Size: 5.04 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# stagerightlabs.com
![CI](https://github.com/stagerightlabs/stagerightlabs.com/workflows/CI/badge.svg)
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
```2. Install the PHP dependencies:
```
$ docker-compose run php composer install
```3. Install the NPM dependencies and build the frontend assets:
```
$ docker-compose run node yarn
$ docker-compose run node yarn dev
```4. Create your `.env` file:
```
$ docker-compose run php cp .env.example .env
```5. Generate an application key:
```
$ docker-compose run php php artisan key:generate
```6. 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:
- [Laravel](https://laravel.com/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Tailwind UI](tailwindui.com/)
- [Alpine.js](https://github.com/alpinejs/alpine)
- [YAML Parsing](https://symfony.com/doc/current/components/yaml.html)
- [CommonMark For PHP](https://commonmark.thephpleague.com/)
- [Tempest Code Highlighting](https://tempestphp.com/docs/highlight/getting-started/)
- [Lucid Icons](https://lucide.dev/)## Credits
Special Thanks:
- [Kirschbaum Development Laravel Test Runner](https://kirschbaumdevelopment.com/insights/laravel-github-actions)
- [Github Actions](https://docs.github.com/en/free-pro-team@latest/actions)
- [SVG Favicon Maker](https://formito.com/tools/favicon)