forked from WanderingWave/WanderingWaveProduction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
workflow.txt
40 lines (35 loc) · 1.05 KB
/
workflow.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
WORKFLOW
(0) create a feature branch and make sure you are on it
(1) add, commit, 'push origin <branch>'
(2) git fetch upstream
(3) git merge upstream/master
(3.5) if conflict make changes and commit
(4) git push origin <branch>
(5) pull request on github
NOTES
() Use yarn instead of npm
MUSE COMMANDS
() Start the OSC Client for the band 4B9F
muse-io --device Muse-4B9F --osc osc.udp://localhost:5000
() Start the OSC Client for fake data
muse-player -f 3D62.muse -s osc.udp://localhost:5000
REPOSITORY SETUP
() yarn install
() yarn add <and additional packages needed>
() webpack —-watch
() nodemon server
() redis-server
() verify/setup Postgres
- createdb wandering_wave
- createuser test_user -l -s
- knex migrate:latest
() start postgres
- pg_ctl -D /usr/local/pgsql/data -l logfile start
PRO FLOW CHEAT SHEET
() Command L - Go to URL for quick Google Search.
MUSE END POINTS
'/muse/config'
'/muse/elements/jaw_clench'
'/muse/elements/experimental/mellow'
'/muse/elements/experimental/concentration'
'/muse/elements/blink'