File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed
Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1+ <p align =" center " >
2+ <img src="./docs/img/ticket-icon.png" alt="Ticketing dApp" align="center">
3+ </p >
4+
5+ <h2 align =" center " >Blockchain Ticketing</h2 >
6+ <h3 align =" center " >Software Project</h3 >
7+ <div align =" center " ><code >University of Zurich</code ></div >
8+
9+ ---
10+
111# Access Terminal
212
3- Clone the repository with the following command in the folder of your desire:
13+ ## Requirements
14+
15+ - [ Git] ( https://git-scm.com/ ) command line interface
16+ - [ Node.js] ( https://nodejs.org/ ) command line interface
17+
18+ ## Clone the Repository
419
520``` bash
621git clone https://github.com/bc-ticketing/access-terminal.git
722```
823
9- ## Run Environment
24+ ## How to Run
1025
11- First, go to the root of the project, install the dependencies and then you can run the application locally .
26+ Go to the root of the project, install the dependencies and run the application with the following commands .
1227
1328``` bash
1429cd access-terminal
1530npm install
1631npm run serve
1732```
18-
19- To configure the backend with the correct event contract, have a look at the [ host-backend] ( https://github.com/bc-ticketing/host-backend ) repository.
You can’t perform that action at this time.
0 commit comments