for the 3rd time since i got my first "real" yob, i'm trying to make a portfolio!
using
- react (create-react-app with custom-react-scripts)
- mobx
- three (w/ react-three-renderer)
- oimo,
- tween,
- lodash and probably more shit before i'm done
git clone https://github.com/ettubrutesbro/portfolio-react
cd portfolio-react
git checkout reorg
npm install
npm run storybook
- to deploy:
yarn build
cd build
surge
working-old
: contains the most progress from master before i started setting things up for reorganization in storybook (the time cost of developing w/out storybook seemed to be getting very high)reorg
: contains the latest progress on storybook-involved things - bit broken rn (3/16/18)scene-refactor
: culling old, incomprehensible stuff from before - making InteractiveScene leaner if possible
when installing on a new machine, make sure to cd into node-modules/react-three-renderer
and npm install
-- r3r needs to contain its own instance of react to work (?)
package versions as of working, 3/19:
- +-- @storybook/[email protected]
- +-- @storybook/[email protected]
- +-- @storybook/[email protected]
- +-- @tweenjs/[email protected]
- +-- UNMET PEER DEPENDENCY babel-core@^6.26.0 || ^7.0.0-0
- +-- [email protected]
- +-- [email protected]
- +-- [email protected]
- +-- [email protected]
- +-- [email protected]
- +-- [email protected]
- +-- [email protected]
- +-- [email protected]
- +-- [email protected]
- +-- [email protected]
- +-- [email protected]
- +-- [email protected]
- +-- [email protected]
- +-- [email protected]