Skip to content

better-dao/evian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.1%
  • SCSS 12.9%
  • HTML 2.0%