Readme
This commit is contained in:
parent
1da0be3657
commit
d561e9565d
16
Readme.md
Normal file
16
Readme.md
Normal file
@ -0,0 +1,16 @@
|
||||
Gravity Simulator
|
||||
=================
|
||||
|
||||
Runs in a browser. Just serve `index.html` and associated `css` and `js`.
|
||||
|
||||
Uses `npm` for `eslint`.
|
||||
|
||||
TODO
|
||||
----
|
||||
|
||||
[ ] Object List
|
||||
[ ] Object Detail
|
||||
[ ] Selection Box
|
||||
[ ] Left Button Panning
|
||||
[ ] Middle Button Pause
|
||||
|
||||
11
commit
11
commit
@ -8,12 +8,17 @@ fi
|
||||
set -eo pipefail
|
||||
|
||||
git checkout dev
|
||||
|
||||
./sync
|
||||
|
||||
if git diff; then
|
||||
git add .
|
||||
git commit "$@"
|
||||
git push
|
||||
fi
|
||||
|
||||
git commit "$@"
|
||||
|
||||
git push
|
||||
|
||||
ssh lentilz "
|
||||
set -oe pipefail
|
||||
export NVM_DIR=\"\$HOME/.nvm\"
|
||||
@ -22,7 +27,7 @@ ssh lentilz "
|
||||
git add .
|
||||
git stash
|
||||
git pull
|
||||
git stash apply
|
||||
git stash pop
|
||||
npm i
|
||||
"
|
||||
echo >&2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user