Skip to content

Commit 0e0c96d

Browse files
committed
Update README
1 parent 6002f90 commit 0e0c96d

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,32 @@
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
621
git 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
1429
cd access-terminal
1530
npm install
1631
npm 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.

docs/img/ticket-icon.png

2.72 KB
Loading

0 commit comments

Comments
 (0)