Skip to content

Denver Startup Week Website, Panel Picker, and Registration

License

Notifications You must be signed in to change notification settings

s0rta/dsw-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Denver Startup Week

Build Status View performance data on Skylight

Dependencies

These set up instructions assume that you already have the following installed:

  • Bundler
  • Yarn
  • Redis
  • PostgreSQL

Fork this repository and run bundle to install Ruby dependencies.

Run bin/yarn install to install Webpacker/JS dependencies.

Copy .env.example to your own .env file. .env.example is already pre-populated with dummy environment variables for local development and testing.

Set Up

Ensure PostgreSQL is running and run rake db:setup to set up a development database and run migrations locally.

Start the Redis server with redis-server.

Run bundle exec rails s to run the Rails server.

We use Standard and rufo to automatically format code. You may wish to do the same.

Running Tests

You will need ImageMagick, Chrome and Chromedriver to run the tests, which you can install with Homebrew:

brew cask install google-chrome chromedriver

Run rake db:test:prepare to set up your test database.

Run the test suite with bundle exec rspec.

Contributing

Denver Startup Week is a community-run event and we welcome contributions in this same spirit. We do ask that you review the Contribution Guidelines before submitting a pull request.

Code of Conduct

All contributors and contributions must adhere to the Denver Startup Week Code of Conduct.

Talk Nerdy To Me

crest

License

MIT

About

Denver Startup Week Website, Panel Picker, and Registration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 51.7%
  • HTML 33.0%
  • CSS 12.2%
  • JavaScript 3.1%