Frontend of AVANT.org
Biofoam is a self-sealing, space-filling coagulant and also an antibacterial, tissue-regenerative foam polymer used by the United Nations Space Command as a form of medical first aid. -- Halo wiki
- uses nodejs with gulp and bower for development and package management
- in a shell located at the root directory run
npm start
- download brew
- download brew cask
brew install caskroom/cask/brew-cask - download virtualbox with brew
brew cask install virtualbox - download docker with brew
brew install docker - download docker-compose (formally fig) with brew NOT IN BREW YET
- can get the docker-compose binary here
- from anywhere in bash
boot2docker up - from root folder in bash
docker-compose up
- need awscli tools
brew install awscli - need to create a
.envfile at the root with all the necessary creds - commands
make stagingandmake proddeploy to their respective environments