Skip to content

Latest commit

 

History

History
84 lines (51 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

84 lines (51 loc) · 1.34 KB

CONTRIBUTING

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

Setup

Install yarn on your system: https://yarnpkg.com/en/docs/install

Install dependencies

Only required on the first run, subsequent runs can use yarn to both bootstrap and run the development server using yarn develop.

yarn

Available scripts

start

Starts the development server. This task runs both the start:app and start:lambda scripts.

Usage

yarn start

build

Build the static files into the public folder, turns lambda functions into a deployable form. This task runs both the build:app and build:lambda scripts.

Usage

yarn build

clean

Removes all the files from public, .cache directories using the rimraf command.

Usage

yarn clean

serve

This command is shorthand for gatsby serve

Usage

yarn serve

test

Not implmented yet

Usage

yarn test

format

Formats code and docs according to our style guidelines using prettier

Usage

yarn format

License

By contributing to this project, you agree that your contributions will be licensed under its BSD license.