LuperLabs is a collective of scrapped and created beings with at least a minimum amount of agency and free will.
This repo supports the our main website: luperlabs.com
This project was bootstrapped with Create React App.
This is a hubflow family, please use hubflow when making changes or PRs to this repo!
Uses Semantic UI React
- build dependencies:
npm install - run development server:
npm start
- update repo:
git hf update - checkout master branch:
git checkout master - build and deploy to github pages:
npm run build && npm run deploy
- install xcode commandline tools:
xcode-select --install - install brew: http://brew.sh/
- install git:
brew install git - install npm:
brew install npm - install hubflow:
brew install hubflow - clone repo:
git clone git@github.com:luperbot/LuperLabs.git - cd into project directory:
cd LuperLabs/ - go to: Running Locally