faceman
v2.0.0-rc.11
Published
Faceman - You don't mess with it, kid!
Maintainers
Readme
Codious.Faceman
Prerequisites
- Install XCode Tools.
xcode-select --install - Install Bundler, Jekyll and Sass.
gem install bundler jekyll sass - Install Homebrew.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - Install NodeJS.
brew install node - Install Gulp and Yarn globally.
npm i -g gulp yarn
Clone
- Clone to
/CODDEV/Codious.Faceman/Codious.Faceman.
Installation
- Install the gems for Jekyll.
bundle install - Install the NPM packages.
yarn
Development
- Run the application.
npm start - The application is available at
http://localhost:4000.
Distribution
- Run the builder.
npm run build
