Skip to content

dwdozier/indyhackers.org

 
 

Repository files navigation

IndyHackers.org

Code Climate GitHub Actions Status

Contributing

git clone [your fork]
cd indyhackers.org
bin/setup
bundle exec rails s

And, if you're on macOS or another OS with this command available to you, you can stay in the terminal but open your browser using open http://localhost:3000.

To access the admin pages, visit http://localhost:3000/admins/sign_in and use the seeded admin [email protected] with password indyhacker

Tests

Tests can be ran with $ bundle exec rake spec or $bundle exec rspec

For the system (end-to-end) specs, Google Chrome is required to be installed on the system running the tests.

To Do

These are ideas, anyway.

General

  • Use Google calendar API instead of widgets for calendar on the front page?
  • Should the main, content-y stuff be static leaving the job board as the only thing requiring "a backend" (which we could locate at jobs.indyhackers.org)?
  • Offer meeting organizers a list of open weekday evenings, pulled dynamically from current calendar data.

Job Board

  • Read-only API
  • Allow hackers to apply on the site, rather than finding info in the post
    • GitHub link
    • LinkedIn link
    • Upload resume
  • Make it work well on mobile devices
  • Consider using a completely different design from the main site for the job board

About

The codes for the Indy Hackers site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.1%
  • JavaScript 28.0%
  • HTML 18.6%
  • Ruby 7.7%
  • Haml 1.9%
  • SCSS 0.7%