This is a multiplayer drift game which uses the Rust language as the backend and Javascript with the Babylon.js engine as the frontend.
wasm-pack build
Change directory to /www
cd www
Build .ts
to .js
with tsc
tsc
Run in LocalHost with npm run start
npm run start