Skip to content

Slava-Inyu/bouncing-ball

Repository files navigation

Bouncing ball demo

Info

  • Deployed to github pages automatically on push to master
  • Demo url: Bouncing Ball Demo
  • Main logic is inside src/main.ts and src/ball-styles.css
  • Ball's parameters and colors are set in bouncing_ball_demo feature flag variables ([email protected])

Development

Locally

  • git clone [email protected]:Slava-Inyu/bouncing-ball.git - clone repository
  • cd bouncing-ball - go to project dir
  • npm install or yarn - install dependencies
  • npm run dev or yarn dev - run development server with live reload

Remotely

  • Push changes to master
  • Wait for the github action to be finished