Skip to content

Commit 509006f

Browse files
committed
Update README
1 parent 97fe3e9 commit 509006f

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

README.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
1-
# terminal
1+
# Access Terminal
22

3-
## Project setup
4-
```
5-
npm install
6-
```
3+
Clone the repository with the following command in the folder of your desire:
74

8-
### Compiles and hot-reloads for development
9-
```
10-
npm run serve
5+
```bash
6+
git clone https://github.com/bc-ticketing/access-terminal.git
117
```
128

13-
### Compiles and minifies for production
14-
```
15-
npm run build
16-
```
9+
## Run Environment
1710

18-
### Lints and fixes files
19-
```
20-
npm run lint
11+
First, go to the root of the project, install the dependencies and then you can run the application locally.
12+
13+
```bash
14+
cd access-terminal
15+
npm install
16+
npm run serve
2117
```
2218

23-
### Customize configuration
24-
See [Configuration Reference](https://cli.vuejs.org/config/).
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.

0 commit comments

Comments
 (0)