Skip to content

cryptonova/web-app

Repository files navigation

About

Cryotonova is an open source cryptocurrency market capitalization tool and portfolio built with the popular JavaScript framework Vue.js.

Getting Started

  1. Make sure you have a local API server up and running.
  2. Run the follwing commands to install dependencies and to run a local client server.
yarn
npm run dev