zhoudaqing / evian

Home Page:https://www.balletcrypto.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

balletcrypto.org

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

About

https://www.balletcrypto.org/

License:Apache License 2.0


Languages

Language:JavaScript 84.4%Language:SCSS 13.7%Language:HTML 1.9%