Skip to content

dconnenc/cctv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

286 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Setup

  • yarn install
  • bundle install
  • bundle exec rake db:create db:migrate
  • bundle exec rake db:seed
  • gem install foreman
  • foreman start -f Procfile.dev

To reset the env

bundle exec rake db:drop

Then run the setup steps

Create a new experience

  • > Experience.create(code: "some code")

Destroying an existing experience

  • > experience = Experience.find_by(code: "some code")
  • > experience.destroy

Deployments

Merging to main is fine for now, this project is still in a prototype and there are no negative consequences that can occur.

Make sure to push up the main branch if you merge it locally and want to deploy

  • Navigate to the cctv render web service
  • Click Manual Deploy and either select a commit, or commit the latest if you've just merged

About

Chicago Comedy TV

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages