/evian

Primary LanguageJavaScriptApache License 2.0Apache-2.0

This is balletcrypto.org source code.

Getting started

Prerequisites

  1. Git
  2. Node: install version 9 or greater.
  3. Yarn (npm install yarn -g).
  4. A clone of the evian repo.

Installation

  1. yarn to install the repository's npm dependencies (or npm install, if not using Yarn).

Running locally

  1. yarn start to start the development server(or npm start, if not using Yarn).
  2. open http://localhost:3000/ to open the site

building locally

  1. 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


License

balletcrypto.org is Apache-2.0