Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 840 Bytes

File metadata and controls

35 lines (22 loc) · 840 Bytes

THIS WAS ARCHIVED as development stopped. We can reattempt making a new 3d visualizer at a later point, for now we have the 2d visualizer in the monorepo in the visualizer folder instead.

New Core Game Visualizer written in SvelteKit + ThreeJS

We are using Threlte to implement the new Core Game Visualizer.

Installing Dependencies

npm install

Developing

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.