Skip to content

GateExchangeTeam/GateExchange

Repository files navigation

README

Screenshot 2022-12-09 at 18-56-16 Edit your own logo

  • Docker Instructions:

    • Install Docker Desktop
    • Build the image (only needs to be done once)
      • docker build -t gate_exchange .
    • Run the container on localhost:3000
      • docker run -d -p 3000:3000 --name gate_exchange gate_exchange
    • Develop locally while running the container
      • docker run -d -p 3000:3000 --name gate_exchange --mount type=bind,src="$(pwd)",target=/app gate_exchange
    • Migrate and Seed DB:
      • docker exec gate_exchange rails db:migrate
      • docker exec gate_exchange rails db:seed
  • Local Dev Instructions:

  bundle config set --local without production
  bundle install
  rails db:migrate
  rails db:seed

UI template Credits

About

Exchange for Colgate

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5