Skip to content

rcxr/omegaup-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omegaUp Toolkit

This project contains the code for the omegaUp Toolkit app for volunteers.

Simple instructions

  1. Install Node.js.

  2. Install Yarn.

  3. Install git.

  4. Create a Google Cloud Platform project.

  5. Install the Google Cloud SDK.

    • After downloading the SDK, initialize it:

        gcloud init
      
  6. Acquire local credentials for authenticating with Google Cloud Platform services:

    gcloud beta auth application-default login
    
  7. Clone the repository:

    git clone https://github.com/rcxr/omegaup-toolkit.git
    
  8. Install dependencies using Yarn:

    yarn install
    
  9. Start the app:

    yarn start
    
  10. View the app at https://localhost:8080.

  11. Stop the app by pressing Ctrl+C.

  12. Deploy the app:

    gcloud app deploy
    
  13. View the deployed app at https://YOUR_PROJECT_ID.appspot.com.