A demo 3D-platformer utilizing Hathora Builtkits alongside Enable3D.
To run locally:
- Have node installed
- Get a Hathora
appId
andappSecret
via https://console.hathora.dev/ - Create a .env file at the root with
HATHORA_APP_ID=<appId>
HATHORA_APP_SECRET=<appSecret>
- Start server: inside
server
directory runnpm start
(remember tonpm install
first) - Start client: inside
client
directory runnpm start
(remember tonpm install
first)