- Deployed to github pages automatically on push to
master
- 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
- Fork the current repository with default parameters
- Go to
Actions
and enable workflows
- Go to
Settings
>Pages
and selectGithub Actions
as a source for build and deploy
- Go back to
Actions
and runDeploy static content to Pages
workflow
- Wait for the deployment process to finish. The link to your Github Pages URL will be displayed in deployment window.
- Note: Your URL for Github hosted page will be
https://{your_github_name}.github.io/bouncing-ball
git clone git@github.com:Kameleoon/bouncing-ball.git
- clone repositorycd bouncing-ball
- go to project directorynpm install
oryarn
- install dependenciesnpm run dev
oryarn dev
- run development server with live reload