Skip to content

Display position data in a browser and maybe more

Notifications You must be signed in to change notification settings

GREEB/fPointcloud

Repository files navigation

Forza Point Cloud

License Build Status issues

WIP!

Features

  • Three: dynamic point cloud
  • Nuxt: Discord login
  • Nuxt: Simple Frontend

Bugs

Too many atm.

Contributing

Contributions are always welcome!

Look at issues

Development

First make sure you copy the example.env to .env

cp example.env .env

Read "Enviroment Variables" below

  yarn Install
  yarn dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

IOPORT Socket.io port

URL Url for CORS and ssl later not really implemented yet if empty defaults to localhost

PORT App port also for CORS and stuff

JWTSECRET Secret used for JWT, can be generated with:

node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"
#or
openssl rand 256 | base64

POSTGRES Postgres URL

DISCORDID Discord oAuth id

DISCORDSECRET Discord oAuth secret

Acknowledgements