Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/auros/vratlas.web

Website for the VRAtlas - The open source hub to find new events in virtual reality.
https://github.com/auros/vratlas.web

Last synced: about 1 month ago
JSON representation

Website for the VRAtlas - The open source hub to find new events in virtual reality.

Awesome Lists containing this project

README

        

# VRAtlas (Website)

The VR Atlas is an open-source project created and maintained by me. It aims to provide an easy way for people involved in virtual reality to find more events taking place in VR, while also enabling developer and community participation to enhance the platform.

## Live

You can visit the website at [vratlas.io](https://vratlas.io)

## Developing

**Requirements:**

* Node 16
* Yarn
* IDE of your choice: Highly Recommend VS Code with the [Svelte for VS Code](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) extension
* VRAtlas.API: Follow the setup guide to setup the [API](https://github.com/Auros/VRAtlas.API)

**Environment:**

This assumes you've followed the VRAtlas.API setup guide.

Create a `.env` at the project root with the following keys:
```env
PUBLIC_OAUTH_URL= # You can find this in the API setup guide.
PUBLIC_API_URL=https://vratlas.localhost/api
PUBLIC_CDN_URL=https://imagedelivery.com/
PUBLIC_SERVING_URL= # used for generating embed links
NODE_TLS_REJECT_UNAUTHORIZED=0 # use if running the backend OR frontend under http
MODE=dev
```

Run `yarn dev` to spin up the dev server, navigate to your proxy address (recommended, explained in API setup), or the port listed.