|
|
@ -2,10 +2,10 @@ |
|
|
|
|
|
|
|
|
|
|
|
``` bash |
|
|
|
``` bash |
|
|
|
# clone the repo |
|
|
|
# clone the repo |
|
|
|
$ git clone https://git.oslog.id/iu/GeoHR-website.git |
|
|
|
$ git clone https://git.oslog.id/OSPRO/ADW-FrontEnd |
|
|
|
|
|
|
|
|
|
|
|
# go into app's directory |
|
|
|
# go into app's directory |
|
|
|
$ cd GeoHR-website |
|
|
|
$ cd ADW-FrontEnd |
|
|
|
|
|
|
|
|
|
|
|
# install app's dependencies |
|
|
|
# install app's dependencies |
|
|
|
$ npm install |
|
|
|
$ npm install |
|
|
@ -47,11 +47,11 @@ Archive: build.zip |
|
|
|
replace favicon.ico? [y]es, [n]o, [A]ll, [N]one, [r]ename: A |
|
|
|
replace favicon.ico? [y]es, [n]o, [A]ll, [N]one, [r]ename: A |
|
|
|
inflating: favicon.ico |
|
|
|
inflating: favicon.ico |
|
|
|
... |
|
|
|
... |
|
|
|
|
|
|
|
|
|
|
|
# remove build.zip file |
|
|
|
# remove build.zip file |
|
|
|
$ rm -rf build.zip |
|
|
|
$ rm -rf build.zip |
|
|
|
|
|
|
|
|
|
|
|
# DONE ! |
|
|
|
# DONE ! |
|
|
|
# Open siopas.co.id/geohr |
|
|
|
# Open siopas.co.id/geohr |
|
|
|
# Don't forget to shift+reload on browser |
|
|
|
# Don't forget to shift+reload on browser |
|
|
|
``` |
|
|
|
``` |
|
|
|