This is balletcrypto.org source code.
- Git
- Node: install version 9 or greater.
- Yarn (
npm install yarn -g
). - A clone of the
evian
repo.
yarn
to install the repository's npm dependencies (ornpm install
, if not using Yarn).
yarn start
to start the development server(ornpm start
, if not using Yarn).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