16 lines
298 B
Markdown
16 lines
298 B
Markdown
#BTN Registration
|
|
|
|
####Build and run
|
|
|
|
edit `/src/common/config/app.js` according to your server
|
|
```
|
|
apiUrl = "https://giift-api.asacreative.com/";
|
|
imageUrl = "https://giift-api.asacreative.com";
|
|
```
|
|
|
|
```
|
|
npm install
|
|
npm run build2:parcel:prod
|
|
```
|
|
the compiled file will be available in dist folder
|