KO
|
EN
gitlite — search
Search
#python
#nextjs
#javascript
#react
#kotlin
#ethereum
#docker
#kubernetes
#postgresql
#blockchain
#web3
#machine-learning
guri-vr
★ 195
Open GitHub ↗
https://gurivr.com
Download README (.md)
Explore Similar Repositories
PBGI
:
Point Based Global Illumination
colorpicker
:
A simple color picker library for Android
tree-gateway
:
This is a full featured and free API Gateway
zsh-theme
:
Yet another zsh theme
hydrus
:
REST server - Flask Hydra-powered for Semantic Web
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
guri-vr
?
Download (.md)
# Guri VR Code for [GuriVR.com](https://gurivr.com) ## Requirements - Mongodb - Node.js >= v6 ## Installation - `$ cp config.sample.json config.json` - Adapt the configuration to your environment - `$ npm install` - `$ npm start` ## Frontend Development - `$ cd client` - `$ cp config.sample.json config.json` - `$ npm install` - `$ npm start` ### Asset manager on localhost While developing on localhost, assets won't work on `localhost:port`, what I do in this case is adding an entry on `/etc/hosts` pointing `127.0.0.1 local.host`. Then use `local.host` instead of `localhost` and it will (hopefully 🙉) work. ## License MIT (see LICENSE.MD)