Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

dcsil/konsensus-app-frontend

Repository files navigation

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