Skip to content

Commit

Permalink
chore: Update README and build workflow 📄
Browse files Browse the repository at this point in the history
  • Loading branch information
juniorxsound committed Dec 2, 2023
1 parent b210bf7 commit 333d1f1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,45 @@ jobs:
npm install
npm run build
- name: Build Week 3 - Intro to React three fiber
run: | # Week 3 - Intro to React three fiber
run: |
cd ./classes/week-3/intro-to-r3f
npm install
npm run build
- name: Build Week 5 - Scene Graph
run: | # Week 5 - Scene Graph
run: |
cd ./classes/week-5/scene-graph-r3f
npm install
npm run build
- name: Build Week 5 - Visual Explainers
run: | # Week 5 - Visual Explainers
run: |
cd ./classes/week-5/visual-explainers-r3f
npm install
npm run build
- name: Build Week 8 - Materials
run: | # Week 8 - Materials
run: |
cd ./classes/week-8/materials-r3f
npm install
npm run build
- name: Build Week 8 - Animated Highlights
run: | # Week 8 - Animated Highlights
run: |
cd ./classes/week-8/animated-highlights-r3f
npm install
npm run build
- name: Build Week 10 - Data, Controls, Interactions
run: | # Week 8 - Animated Highlights
run: |
cd ./classes/week-10/data-controls-interactions-r3f
npm install
npm run build
- name: Build Week 13 - File Animations
run: |
cd ./classes/week-13/file-animations-r3f
npm install
npm run build
- name: Build Week 13 - Post Processing
run: |
cd ./classes/week-13/post-processing-r3f
npm install
npm run build
# Minimal test of the GitHub Action
# (only runs on pushes to the `main` branch)
# Glitch Project: https://glitch.com/edit/#!/github-action
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@
- Animated Highlights ([Full Glitch](https://glitch.com/edit/#!/itp-visual-journalism-week8-animated-highlights-r3f) / [Glitch Class Starter](https://glitch.com/edit/#!/itp-visual-journalism-week8-animated-highlights-r3f-starter) / [Github](https://github.com/juniorxsound/itp-visual-journalism-fall-2023/tree/main/classes/week-8/animated-highlights-r3f))

- Week 10 ([Slides](https://docs.google.com/presentation/d/1vN-h7zCo2AcoSsDMWMDXPczE0nj668kp3yNX-rYKrfw/edit?usp=sharing]))

- Data, Controls, Interactions ([Full Glitch](https://glitch.com/edit/#!/itp-visual-journalism-week10-data-controls-interactions-r3f) / [Glitch Class Starter](https://glitch.com/edit/#!/itp-visual-journalism-week10-data-class-starter) / [Github](https://github.com/juniorxsound/itp-visual-journalism-fall-2023/tree/main/classes/week-10/data-controls-interactions-r3f))

- Week 13 ([Slides](#))
- File Animations ([Full Glitch](https://glitch.com/edit/#!/itp-visual-journalism-week13-file-animations-r3f) / [Glitch Class Starter](https://glitch.com/edit/#!/itp-visual-journalism-week13-file-anim-r3f-class-starter) / [Github](https://github.com/juniorxsound/itp-visual-journalism-fall-2023/tree/main/classes/week-13/file-animations-r3f))
- Post-processing ([Full Glitch](https://glitch.com/edit/#!/itp-visual-journalism-week13-post-processing-r3f) / [Glitch Class Starter](https://glitch.com/edit/#!/itp-visual-journalism-week13-post-processing-r3f-class-starter) / [Github](https://github.com/juniorxsound/itp-visual-journalism-fall-2023/tree/main/classes/week-13/post-processing-r3f))

## How to run locally

- Clone and install dependencies
Expand Down

0 comments on commit 333d1f1

Please sign in to comment.