The Zen Zone is an exploration into a kind of digital meditation, by providing small "games" that capture your attention.
Switches: This is perhaps the most simple one of the set, you are given 100 switches to turn on.
Swirl: In this activity, you trace the pattern of a spiral, deminishing its size slowly.
Break: This involves moving your mouse to break a larger circle into smaller pieces.
- Clone the repo:
git clone https://github.com/tholman/the-zen-zone.git
- CD to directory:
cd the-zen-zone
- Yarn install:
yarn install
- Yarn start:
yarn start
This should set up page on https://localhost:3000
For quicker development, it may be easier to change out some of the transition code in App.js.
Replacing
<TransitionGroup>
{ page }
</TransitionGroup>
with
<TransitionGroup>
{ currentPage }
</TransitionGroup>
Just remember to set it back before you request a merge :).