Small application created with Vite + React + TypeScript to simply configure name and color, and move character on static map using arrows keys.
To run this app you need to have installed node.js.
Install all required dependency
npm install
and next to run vite development server
npm run dev
Application should be accessable at url displayed in console e.g:
VITE v5.4.10 ready in x ms
➜ Local: http://localhost:XXXX/
➜ Network: use --host to expose
➜ press h + enter to show help
Jakub Chmielewski