Get support for dunglas/frankenphp-website
If you're new to LTH, please see our FAQ for more information on what it is we do.
Support Options
Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:
View Open IssuesTake a look to see if anyone else has experienced the same issue as you and if they managed to solve it.
Open an IssueMake sure to read any relevant guidelines for opening issues on this repo before posting a new issue.
Sponsor directlyCheck out the page and see if there are any options to sponsor this project or it's developers directly.
dunglas/frankenphp-website
FrankenPHP Documentation
This repository contains the source code powering frankenphp.dev. The site is built using Hugo, a static site generator, and styled with Tailwind CSS.
Getting Started
To work on this project and update the Tailwind CSS locally, follow these steps:
1. Clone the Repository
First, clone this repository to your local machine and init the project:
git clone git@github.com:dunglas/frankenphp-website.git
cd frankenphp-website
pnpm install
2. Clone the Documentation
Before building the project, you need to fetch the documentation content. Run the following command to clone the documentation:
php clone-documentation.php
Please note that you might need to set up a GitHub token with the necessary permissions as a GITHUB_KEY environment variable.
3. Update Tailwind CSS Locally
To watch and update the Tailwind CSS during development, use the following command:
pnpm watch
4. Run the project locally
Once you have cloned the documentation and updated the CSS, you can start the development server using Hugo. Open a new terminal tab or window and run the following command:
hugo server --disableFastRender
This will launch a local server, and you can access the FrankenPHP Documentation site at http://localhost:1313.
Prettier Integration
Prettier is configured in this project to help you maintain consistent and well-formatted templates. To format your Hugo templates, use the following command:
pnpm prettify
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated
p-e622a1a2