https://github.com/cstack/physics
https://github.com/cstack/physics
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cstack/physics
- Owner: cstack
- Created: 2019-07-21T02:42:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T23:45:49.000Z (almost 7 years ago)
- Last Synced: 2025-01-13T19:48:19.450Z (over 1 year ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Live Demo
[Live Demo Here](https://cstack.github.io/physics/)
# Running Locally
```
yarn global add typescript webpack webpack-cli
npm run build # this runs package.json['scripts']['build']
open index.html
```
# Development
Edit files in the `src` directory.
Run `npm run build`
Commit `public/index.js`
index.html is in the root directory because that's where Github pages looks.