Skip to content
/ web Public
forked from request-yo-racks/web

Simplify the bike rack request process for the city of Austin

License

Notifications You must be signed in to change notification settings

2echoi/web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Request Yo Racks

Requesting bike racks to the city of Austin was never that easy.

Quickstart

If you need to install tools that must be installed globally on your system (OSX only) (most likely the first time you run this project):

make bootstrap

This will globally install tools like node.js, polymer-cli, etc.

Setup the local environment:

make

This will download all the project dependencies.

make help will show you the available targets that will help you work on this project.

Setup the project

The full setup guide provides instructions to help you set up the external services required by the project locally (postgresql, rabbitmq, redis) and explains how to deploy this project on a local Kubernetes cluster (Minikube).

You can also refer to the kubernetes folder of the infra project for more details about the deployment implementation.

Setup a directory to store the RYR projects:

export RYR_PROJECT_DIR="${HOME}/projects/request-yo-racks"

Clone the project:

  mkdir -p "${RYR_PROJECT_DIR}"
  cd "${RYR_PROJECT_DIR}"
  git clone git@github.com:request-yo-racks/web.git

Prepare your development environment:

cd "${RYR_PROJECT_DIR}/web"
make

Local development

To serve the project locally:

polymer serve

make help will show you the available targets.

About

Simplify the bike rack request process for the city of Austin

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 49.4%
  • JavaScript 29.7%
  • CSS 17.7%
  • Makefile 2.1%
  • Other 1.1%