Go to file
2023-01-18 15:55:08 +07:00
assets feat: initial commit for mockup bukopin 2023-01-17 21:27:45 +07:00
functions Initial commit 2019-01-02 18:39:53 +07:00
k8s/staging add manifest k8s 2023-01-17 23:21:08 +07:00
public feat: 2023-01-18 12:29:29 +07:00
scripts update: otp to redirect 2019-02-01 15:31:49 +07:00
src style: Adjust item card height 2023-01-18 15:55:08 +07:00
.babelrc Initial commit 2019-01-02 18:39:53 +07:00
.editorconfig Initial commit 2019-01-02 18:39:53 +07:00
.env.giift fix: add giift version 2019-01-07 03:55:59 +07:00
.gitignore feat: add more to .gitignore 2023-01-17 21:29:27 +07:00
Dockerfile Initial commit 2019-01-02 18:39:53 +07:00
firebase.json Initial commit 2019-01-02 18:39:53 +07:00
jsconfig.json Initial commit 2019-01-02 18:39:53 +07:00
LICENSE Initial commit 2019-01-02 18:39:53 +07:00
package-lock.json feat: initial commit for mockup bukopin 2023-01-17 21:27:45 +07:00
package.json Fix: Error on run 2023-01-18 11:34:11 +07:00
README.md Update README.md 2019-10-28 06:45:12 +00:00
webpack.config.js feat: initial commit for mockup bukopin 2023-01-17 21:27:45 +07:00
webpack.config.prod.js feat: initial commit for mockup bukopin 2023-01-17 21:27:45 +07:00

#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