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

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

Awesome Lists containing this project

README

          

[portals](https://portals.gatunes.com/)
==

[![screenshot](screenshot.png)](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
```