Skip to content

Crowdfunding & Marketplace for independent comics

Notifications You must be signed in to change notification settings

coffee-cup-app/comix-mono

 
 

Repository files navigation

Comix - A marketplace for independent comics

CI

Stack

  • Ruby 3.0.1
  • Rails 7
  • PostgreSQL
  • Hotwired
  • Tailwind CSS
  • RSpec, Capybara, FactoryBot, Faker
  • Sidekiq & Redis

Install instructions

Install all the pre-requisites and clone the repo. cd into the app directory.

$ bundle install
$ rails db:create db:migrate db:seed

Then start the server -

$ foreman start -f Procfile.dev

Testing

We use RSpec as our testing framework. Run the tests using the following command :

bundle exec rspec

Pre-commit hooks

gem install overcommit

About

Crowdfunding & Marketplace for independent comics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 57.0%
  • HTML 40.3%
  • JavaScript 1.5%
  • CSS 1.1%
  • Other 0.1%