- List of sindan log
- Simple Dashboard
- Ruby 3.4.6 (ref: .ruby-version )
- Node.js 22.17.1 (ref: .node-version )
- MySQL
-
Clone from git
- git clone this repository
-
Configure database.yml
cp config/database.yml.example config/database.yml
-
Installation
bundle install bundle exec rails db:migrate bundle exec rails db:seed
yarn install
-
Development environment
bundle exec bin/dev
-
Testing
bundle exec rails spec