Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

welovecoding/vote4code

Repository files navigation

vote4code

The vote4code website is place to upload two different versions of programming solutions to let the community vote for the best one. It's based on gae-init.

Requirements

Python

Google Cloud Platform

Development

First time

Execute yarn to install all the dependencies and then follow the next step

Running the Development Environment

  1. Run gulp
  2. Visit http://localhost:3000 in your browser

Deploying on Google App Engine

gloud login
gulp deploy

# Alternatives
gulp deploy --project=vote4code
gulp deploy --project=vote4code --version=bar
gulp deploy --project=vote4code --version=bar --no-promote

Help

For more options execute:

gulp help