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.
You can visit the website at vratlas.io
Requirements:
- Node 16
- Yarn
- IDE of your choice: Highly Recommend VS Code with the Svelte for VS Code extension
- VRAtlas.API: Follow the setup guide to setup the API
Environment:
This assumes you've followed the VRAtlas.API setup guide.
Create a .env
at the project root with the following keys:
PUBLIC_OAUTH_URL=<insert auth0 url> # You can find this in the API setup guide.
PUBLIC_API_URL=https://vratlas.localhost/api
PUBLIC_CDN_URL=https://imagedelivery.com/<CLOUDFLARE IMAGES ACCOUNT HASH>
PUBLIC_SERVING_URL=<insert website 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.