Skip to content

Latest commit

 

History

264 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OtakuSen

Welcome to OtakuSen.

🛠 Setup & Installation

If you want to run OtakuSen locally, follow these steps.

1. Prerequisites

Make sure you have these installed on your machine:

  • Ruby 3.4.x
  • PostgreSQL (The app won't start without it!)
  • Bun (We use this for the fast JS/CSS bundling)

2. Get the Code

git clone https://github.com/IntrovertInsaan/OtakuSen.git
cd OtakuSen

3. Install Dependencies

Grab both the Ruby gems and the JS packages:

bundle install
bun install

4. Database Setup

First, make sure your PostgreSQL service is actually running. Then, run this to create and seed your database:

bin/rails db:prepare

Note: If you're on a Mac and see a connection error, try brew services start postgresql first.

5. Fire it up

Don't just use rails s. Use the bin/dev script to ensure the Three.js assets and CSS watchers run:

bin/dev

Now just head over to http://localhost:3000 and you're good to go.


📜 License

This project is proprietary. All rights are reserved by the author. See the LICENSE file for more details.

About

A web application built with Ruby on Rails to help you track, organize, and rank your collections of manga, movies, music, and more.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages