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
- Host: GitHub
- URL: https://github.com/webiny/groundfog-training
- Owner: webiny
- Created: 2022-08-23T08:54:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T08:02:41.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T22:53:21.998Z (over 1 year ago)
- Language: TypeScript
- Size: 1.96 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```