Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Dev Setup
1. Clone this repository
```bash
git clone https://github.com/nossbigg/catechism.git
```
2. Install JS dependencies
```bash
yarn
Expand All @@ -20,10 +23,10 @@ yarn start
```bash
yarn deploy
```
This step does the following tasks
- Download latest CCC static assets
This step does the following tasks:
- Downloads latest CCC static assets
- Creates production build
- Pushes build to associated github pages site
- Pushes build to associated Github Pages site

### Run tests
```bash
Expand All @@ -48,4 +51,4 @@ yarn build && yarn analyze
### Creating a new release
```bash
git tag v<VERSION_NUMBER>
```
```