/vface-web

Primary LanguageJavaScriptMIT LicenseMIT

VFace Web

See VFace Server before this.

screenshot

Installation

  1. Clone this repository.
git clone https://github.com/c910335/vface-web.git
cd vface-web
  1. Install the dependencies.
yarn
  1. Download Cubism SDK for Web from the official site and copy Core and Framework into the directory.
# Downloaded into ~/Download
cp -r ~/Download/CubismSdkForWeb-4-r.1/Framework .
cp -r ~/Download/CubismSdkForWeb-4-r.1/Core .
  1. Download a model from the official site or build your own model and copy it into the directory.
# Downloaded into ~/Download
cp -r ~/Download/model_name .
  1. Edit the configuration file.
vim config.js

Run Development Server

yarn start

Run Production Server

yarn build; and yarn serve

Contributing

  1. Fork it ( https://github.com/c910335/vface-web/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • c910335 Tatsiujin Chin - creator, maintainer