Skip to content

Yknot-BCS/legalcoin-ui

Repository files navigation

Cloudflare

Introduction

LegalCoin uses the latest blockchain technologies to create a blockchain solution (on the Telos network) for the legal fraternity to innovatively ‘crowd source’ funding for class action lawsuits. This will assist in modernising the legal profession.

This repository contains the code for the LegalCoin user interface.

Resources

Documentation

Installation

Install yarn package manager
Follow the installation instructions at: https://classic.yarnpkg.com/en/

Add Quasar CLI package

yarn global add @quasar/cli

Note regarding Node version from quasar docs
Do not use uneven versions of Node i.e. 13, 15, etc. These versions are not tested with Quasar and often cause issues due to their experimental nature. We highly recommend always using the LTS version of Node.

Clone repo

git clone git@github.com:Yknot-BCS/legalcoin-ui.git

Install the dependencies

cd legalcoin-ui && yarn

Restore .env file & check that the correct endpoints are set

cp .env.example .env

Start the app in development mode (hot-code reloading, error reporting, etc.)

yarn dev

Run test suite

yarn test

Lint the files

yarn lint

Build the app for production

yarn build
cd dist/spa
quasar serve

Key Contributors

test