File tree Expand file tree Collapse file tree 1 file changed +12
-17
lines changed
Expand file tree Collapse file tree 1 file changed +12
-17
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments