https://github.com/ncdev2015/ror-threejs
Ruby on Rails + Three.js
https://github.com/ncdev2015/ror-threejs
Last synced: 12 months ago
JSON representation
Ruby on Rails + Three.js
- Host: GitHub
- URL: https://github.com/ncdev2015/ror-threejs
- Owner: ncdev2015
- Created: 2024-03-28T00:57:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T19:46:11.000Z (over 2 years ago)
- Last Synced: 2025-01-12T09:43:28.379Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Ruby on Rails + Three.js base configuration
## Requirements
* Ruby v3.2.2+
* Rails v7.1.3+
## Install
* bundle install
* rails db:migrate (Windows only)
## Run for development
* rails server