Processing JWT on Client

All functionality is implemented using HTML5, OpenGL, ThreeJS and pure JavaScript.

How to use:

Just clone or download this repository. Start local server (LiveServer plugin for VS Code / serve npm package) or just run yarn dev command. That's all...

Clone this repo:

git clone git@github.com:alekstar79/processing-jwt-on-client.git

Go to project directory:

cd processing-jwt-on-client

Start vite server

yarn dev

or go to dist directory

cd processing-jwt-on-client/dist

Start server:

serve -s .

or even simpler

yarn start