An open API service indexing awesome lists of open source software.

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

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