A basic implementation of an Entity Component System (ECS) using Svelte.
First things first, pull down the repository and get a terminal open in the folder.
Next, go ahead and utilize pnpm to run: pnpm install.
After that run: pnpm dev and travel to localhost:5173 to checkout some of the example.