Anime Axis
Anime Axis is an anime/manga database and forum to learn all about your favorite stories and discuss them with others.
Install your own copy
Fork and clone this repository.
Then cd into the project directory and run:
bundle install
rails s
Environment Setup
Verify which version of Ruby you're running by entering this in the terminal:
ruby -v
Make sure you are running a recent version of ruby.
You can use rvm
to install a newer version of Ruby:
rvm install 2.7.4 --default
You should also install the latest versions of bundler
and rails
:
gem install bundler
gem install rails