2018-07-18 20:48:45 +02:00
|
|
|
# supersaber
|
|
|
|
|
|
2018-09-20 06:16:45 -07:00
|
|
|
Beat Saber on the Web with searchable and playable community songs from [Beat
|
|
|
|
|
Saver](https://beatsaver.com/). Instantly search and play over 2500 Beat Saber
|
|
|
|
|
songs without having to install the game nor any mods, for free.
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
From [Supermedium](https://supermedium.com), the virtual reality browser. Super
|
|
|
|
|
Saber is best played on Vive or Rift via Supermedium, available on
|
|
|
|
|
[Steam](http://store.steampowered.com/app/803010/Supermedium/) and
|
|
|
|
|
[Oculus](https://www.oculus.com/experiences/rift/1629560483789871/).
|
|
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
|
|
From the creators of [A-Frame](https://aframe.io), built with A-Frame!
|
2018-07-18 20:48:45 +02:00
|
|
|
|
|
|
|
|
```
|
|
|
|
|
npm install
|
|
|
|
|
npm run start
|
|
|
|
|
```
|
2018-09-20 06:16:45 -07:00
|
|
|
|
|
|
|
|
Then head to `localhost:3000` in your browser.
|