Skip to content

balletcrypto/evian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

160 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is balletcrypto.org source code.

Getting started

Prerequisites

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

Installation

  1. git clone git@github.com:balletcrypto/evian.git
  2. git submodule init
  3. git submodule update
  4. yarn to install the repository's npm dependencies.

Running locally

  1. yarn start to start the development server.
  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