This project contains the code for the omegaUp Toolkit app for volunteers.
-
Install Node.js.
-
Install Yarn.
-
Install git.
-
Create a Google Cloud Platform project.
-
Install the Google Cloud SDK.
-
After downloading the SDK, initialize it:
gcloud init
-
-
Acquire local credentials for authenticating with Google Cloud Platform services:
gcloud beta auth application-default login
-
Clone the repository:
git clone https://github.com/rcxr/omegaup-toolkit.git
-
Install dependencies using Yarn:
yarn install
-
Start the app:
yarn start
-
View the app at http://localhost:8080.
-
Stop the app by pressing
Ctrl+C
. -
Deploy the app:
gcloud app deploy
-
View the deployed app at https://YOUR_PROJECT_ID.appspot.com.