Welcome to OtakuSen.
If you want to run OtakuSen locally, follow these steps.
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)
git clone https://github.com/IntrovertInsaan/OtakuSen.git
cd OtakuSenGrab both the Ruby gems and the JS packages:
bundle install
bun installFirst, make sure your PostgreSQL service is actually running. Then, run this to create and seed your database:
bin/rails db:prepareNote: If you're on a Mac and see a connection error, try brew services start postgresql first.
Don't just use rails s. Use the bin/dev script to ensure the Three.js assets and CSS watchers run:
bin/devNow just head over to http://localhost:3000 and you're good to go.
This project is proprietary. All rights are reserved by the author. See the LICENSE file for more details.