- Deployed to github pages automatically on push to
master
- Demo url: Bouncing Ball Demo
- Main logic is inside
src/main.ts
andsrc/ball-styles.css
- Ball's parameters and colors are set in
bouncing_ball_demo
feature flag variables ([email protected]
)
git clone [email protected]:Slava-Inyu/bouncing-ball.git
- clone repositorycd bouncing-ball
- go to project dirnpm install
oryarn
- install dependenciesnpm run dev
oryarn dev
- run development server with live reload
- Push changes to
master
- Wait for the github action to be finished