Active website can be found here - ##############TEST###################
For Frontend - https://test-clothgram.kube.rukjaana.com
For Dashboard - https://test-dash-cloth.kube.rukjaana.com
For older version of dashboard - https://api-clothgram.kube.rukjaana.com/dashboard/
Username - [email protected] Password - admin ##############TEST###################
############## DEMO ###################
For Frontend - https://clothgram.kube.rukjaana.com
For Dashboard - https://dash-clothgram.kube.rukjaana.com
############ DEMO ##################
-
- Copy git using below command
git clone https://github.com/niteshldd/clothgram-kube-front.git
If you are unable to view the page contant [email protected]
-
- Checkout the test branch to start development
git checkout test
Also you can create your branch and later you can merge with test branch Developer only can push to test branch not to master as build will not happen if this will done
-
- To push the update to branch below command
git add .
#to add all the file which is update or you can specify the file
git commit -m "Provide your comment here what's new to track and it shoould meaningfull"
Below command will push the commit to test branch
git push origin test
- Start installation with below command
-
npm i
-
create env variable with below command
export API_URI=https://api-clothgram.kube.rukjaana.com/graphql/
- npm start
you should be able to access the web page from
or
For Frontend - https://test-clothgram.kube.rukjaana.com
For Dashboard - https://test-dash-cloth.kube.rukjaana.com