Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 685 Bytes

File metadata and controls

32 lines (22 loc) · 685 Bytes

Ticketing dApp

Blockchain Ticketing

Software Project

University of Zurich

Access Terminal

Requirements

  • Git command line interface
  • Node.js command line interface

Clone the Repository

git clone https://github.com/bc-ticketing/access-terminal.git

How to Run

Go to the root of the project, install the dependencies and run the application with the following commands.

cd access-terminal
npm install
npm run serve