An open API service indexing awesome lists of open source software.

https://github.com/cstack/physics


https://github.com/cstack/physics

Last synced: 8 months ago
JSON representation

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.