chrishobcroft / rotki.com

The new frontend for rotki.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rotki.com

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

Run

Make sure the environment file exists

$ touch .env

And input the RECAPTCHA public key there.

RECAPTCHA_SITE_KEY=XXXX

if you are running behing an https proxy make sure to also add

BASE_URL=https://localhost
NODE_TLS_REJECT_UNAUTHORIZED=0

Run with

$ yarn dev

Lint

To fix any lint errors you have to run

yarn lint:js --fix

About

The new frontend for rotki.com

License:GNU Affero General Public License v3.0


Languages

Language:Vue 84.9%Language:TypeScript 10.6%Language:JavaScript 2.4%Language:CSS 1.3%Language:SCSS 0.7%Language:Shell 0.0%