A productivity application using React and D3.js to render a visual tree of your thought processes
- Product Owner: Ashley Woodall
- Scrum Master: Joshua Nance
- Development Team Members: Lina Yang, Joshua Nance, Ashley Woodall
Add /node_modules/
to your .gitignore
.
# install dependencies
yarn install
# serve with hot reload at localhost:8081
yarn start
# start webpack
yarn dev:wds
# run mocha test suite
yarn test
# build for production with minification
yarn prod:build
# start production application using pm2
yarn prod:start
# stop production pm2
yarn prod:stop
Update README.md
View the project roadmap here