welovecoding / vote4code

A website for fighting about code styles and code conventions. ⚔️
https://vote4code.com
MIT License
15 stars 0 forks source link
code-conventions code-styles coffeescript flask python voting-application web-application

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