https://github.com/enginehub/enginehub-website
A monorepo containing all of the EngineHub-related websites.
https://github.com/enginehub/enginehub-website
craftbook enginehub gatsbyjs golf hacktoberfest monorepo nextjs worldedit worldguard yarn
Last synced: 3 months ago
JSON representation
A monorepo containing all of the EngineHub-related websites.
- Host: GitHub
- URL: https://github.com/enginehub/enginehub-website
- Owner: EngineHub
- License: mit
- Created: 2019-05-13T10:32:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-24T12:52:40.000Z (3 months ago)
- Last Synced: 2025-07-15T17:20:10.419Z (3 months ago)
- Topics: craftbook, enginehub, gatsbyjs, golf, hacktoberfest, monorepo, nextjs, worldedit, worldguard, yarn
- Language: TypeScript
- Homepage: https://enginehub.org/
- Size: 12 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# enginehub-website
The repo containing the EngineHub websites. This repository uses Yarn Workspaces.
In order to use this repository you must have `yarn` installed. With yarn, you can install the dependencies using the command `yarn`.
## Projects
### builds
The EngineHub builds pages, hosted at https://builds.enginehub.org powered by NextJS.
### main-site
The main EngineHub website, hosted at https://enginehub.org powered by NextJS.
### paste
The EngineHub Pastebin website, hosted at https://paste.enginehub.org powered by NextJS.
### golf
The WorldEdit Golf website, hosted at https://worldedit.golf powered by NextJS.
Formerly available at [this GitHub URL](https://github.com/me4502/WorldEditGolf).
#### Attributions
The golf ball icon is from [Wikipedia](https://commons.wikimedia.org/wiki/File:Golf_ball.svg) with SVGO applied.
### shared
The EngineHub components library. This contains shared react components and general utility functions.