An open API service indexing awesome lists of open source software.

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.

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.