This is balletcrypto.org source code.
- Git
- Node: install version 12.
- Yarn (
npm install yarn -g). - A clone of the
evianrepo.
git clone git@github.com:balletcrypto/evian.gitgit submodule initgit submodule updateyarnto install the repository's npm dependencies.
yarn startto start the development server.open http://localhost:3000/to open the site
yarn buildto build the file
After you build it you can open build/index.html to use it.
You can also download index.html in balletcrypto.github.io