See VFace Server before this.
- Clone this repository.
git clone https://github.com/c910335/vface-web.git
cd vface-web
- Install the dependencies.
yarn
- Download
Cubism SDK for Web
from the official site and copyCore
andFramework
into the directory.
# Downloaded into ~/Download
cp -r ~/Download/CubismSdkForWeb-4-r.1/Framework .
cp -r ~/Download/CubismSdkForWeb-4-r.1/Core .
- 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 .
- Edit the configuration file.
vim config.js
yarn start
yarn build; and yarn serve
- Fork it ( https://github.com/c910335/vface-web/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- c910335 Tatsiujin Chin - creator, maintainer