Skip to content

Commit

Permalink
Open Source Enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ftripier committed Sep 3, 2018
1 parent b3e76d2 commit 865da62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Classical Mechanics

A collection of classical mechnical systems and simulations thereof.

## How to run

1. `npm run build` or `yarn build`
2. visit index.html in your browser
3. tweak some parameters, just go fucking crazy
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"main": "src/index.ts",
"scripts": {
"dev": "tsc -w"
"dev": "tsc -w",
"build": "tsc"
}
}

0 comments on commit 865da62

Please sign in to comment.