Skip to content

pcmccarron/ld-aws-gameday

 
 

Repository files navigation

Unicorn.Rentals New Website

Collection of the website code for our website, Unicorn.Rentals

Quickstart locally with Docker -

  • populate the .env file in the root directory with your LD information
  • Execute the following command: docker build -t <yourrepo>:<yourtag> .; docker run -d -p 5000:5000 <yourrepo>:<yourtag>
  • 3 flags are needed - siteRelease (boolean), dbDetails (json), logMode (multi-variate string; values should be 'default' and 'debug')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.8%
  • Python 22.8%
  • CSS 4.8%
  • Dockerfile 4.3%
  • Shell 0.3%