Skip to content

Latest commit

 

History

History

website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Graphile Worker Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

Git clone this repository.

IMPORTANT: Run all commands in the root folder of the repository, not inside /website.

Install dependencies:

yarn

Local Development

yarn website start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Before you submit a pull request, run:

yarn lint:fix

This will ensure all the files are formatted correctly.

Build

yarn website build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deploy

yarn website deploy

Deploys the website to GitHub pages. Only committers can do this. At some point we'll automate it with GitHub actions.