https://github.com/danielesteban/portals
Portals with three.js
https://github.com/danielesteban/portals
Last synced: 4 months ago
JSON representation
Portals with three.js
- Host: GitHub
- URL: https://github.com/danielesteban/portals
- Owner: danielesteban
- License: mit
- Created: 2021-09-19T22:29:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T15:41:15.000Z (almost 5 years ago)
- Last Synced: 2025-10-14T17:05:23.713Z (9 months ago)
- Language: JavaScript
- Homepage: https://portals.gatunes.com
- Size: 3.16 MB
- Stars: 35
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[portals](https://portals.gatunes.com/)
==
[](https://portals.gatunes.com/)
> Portals with ThreeJS
#### Dev environment
```bash
# clone this repo
git clone https://github.com/danielesteban/portals.git
cd portals
# install dev dependencies
npm install
# start the dev environment:
npm start
# Open http://localhost:8080/ in your browser
```