Install my-project with npm
npm create vite@latest
cd your-app
npm install
select react + ts during vite installation
after installation completed create
oneko.ts/tsx
and put /oneko.ts
and configure the tsconfig.app.json
for oneko.js to work properly, put the oneko.js
and oneko.gif
to public folder and add this to your tsconfig.app.json
"include": ["src", "public/oneko.js"]
you can build your own cat or pet other than onekoni default cat and enjoy with it.