Get support for OpenFunction/openfunction.dev
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.
OpenFunction/openfunction.dev
OpenFunction Website
openfunction.dev is OpenFunction's website which is built with Hugo and Hugo template Docsy.
Contribute
Contributions of any kind are welcome!
Fork and clone the repository
-
Fork the repository.
-
Run the following commands to clone your fork and enter into it. Make sure you replace
<Your GitHub ID>
with your GitHub ID.git clone https://github.com/<Your GitHub ID>/openfunction.dev.git cd openfunction.dev
Build and preview openfunction.dev
Pre-requisites
Environment setup
- Ensure pre-requisites are installed
- Clone repository
- Change to openfunction.dev directory:
cd openfunction.dev
- Add Docsy submodule:
git submodule add https://github.com/google/docsy.git themes/docsy
- Update submodules:
git submodule update --init --recursive
- Install npm packages:
npm install
Running openfunction.dev locally
After you setup the environment, run the following command:
hugo server -D
Now you can preview openfunction.dev in your browser at http://localhost:1313/
.
Open a pull request
Open a pull request (PR) to contribute to openfunction.dev. Use DCO sign-off when you submit a PR by running the command below (add -s
):
git commit -s -m "xxx"
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