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

https://github.com/webiny/groundfog-training

User repository + training code
https://github.com/webiny/groundfog-training

Last synced: 7 months ago
JSON representation

User repository + training code

Awesome Lists containing this project

README

          

# Groundfog Training

A few notes before we begin:

- custom plugins are contained in the `packages` folder of each topic branch
- this repository is organized in topic branches, to help you navigate the examples by workshop topic
- each presenter will inform you which branch they're working on, so you can switch accordingly

## Project Setup

To prepare the project for work, and optionally deployment, run the following commands:

```
yarn
yarn setup-project
```

## Deploy (optionally)

```
yarn webiny deploy
```