Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 509 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 509 Bytes

Konsensus App Frontend

Team Logo

Description

This repo contains the client code for Konsensus.

Getting Started

Dependencies

A bootstrap script is found in client/script/bootstrap. This will install the required dependencies for this app:

./client/script/bootstrap

Running Locally

After installing all the dependencies, you can run the following command inside the client folder to run the client locally:

npm run start