UNPKG

686 BPlain TextView Raw
1To use this repo clone it and install the dependencies.
2npm install
3npm run build
4
5You can run the test with npm. This uses a stubbed version of three.js.
6npm test
7
8Extended Developer Setup
9
10To setup gerrit for code review run
11
12# Update remotes
13git remote rename origin bitbucket
14git remote add gerrit ssh://${USER}@cr.flux.io:29418/flux-three-plugins
15
16# Add Commit hook
17curl https://cr.flux.io/tools/hooks/commit-msg > `git rev-parse --git-dir`/hooks/commit-msg
18chmod +x `git rev-parse --git-dir`/hooks/commit-msg
19
20If you are working in Flux genie follow the instructions here:
21https://docs.google.com/document/d/1qf6PGJN54buSGFcrcRCZnruY4yTAsNRzoMtEpyE2VFY/edit#heading=h.owqmh4p4ruch
\No newline at end of file