This is balletcrypto.org source code.
- Git
- Node: install version 12.
- Yarn (
npm install yarn -g
). - A clone of the
evian
repo.
git clone git@github.com:balletcrypto/evian.git
git submodule init
git submodule update
yarn
to install the repository's npm dependencies.
yarn start
to start the development server.open http://localhost:3000/
to open the site
yarn build
to 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