Code training site using snippets in 30-seconds-of-code. All snippets and tests is from the project.
Clone.
$ git clone https://github.com/FujiHaruka/30-seconds-of-code-training
cd 30-seconds-of-code-training
Init and update git submodule.
$ git submodule update -i
Install.
$ yarn install
Build.
$ yarn snippets
$ yarn build
Deploy to gh-pages.
$ yarn deploy