Admin Page for CEM
git clone https://github.com/sunway-team/cem-admin.git
cd cem-admin
cp .env.development.example .env
npm i
to install dependenciesnpm start
to start the project
git clone https://github.com/sunway-team/cem-admin.git
cd cem-admin
cp .env.production.example .env
npm i
to install dependenciesnpm run build
to build project- Open Gcloud Console
- Open Bucket
- Remove all files inside the Bucket
- Upload
app.yaml
,build/
andpackage.json
files to the Bucket - Open Gcloud Console Shell
rm -rf acm-dtu && mkdir acm-dtu && gsutil rsync -r gs://acm-dtu ./acm-dtu
cd acm-dtu
gcloud app deploy
to start deploying project- Open this address in the browser