Solution of Tyrceo's Dog Finder, using TypeScript without SWC.
Firstly, set up its API server:
git clone https://github.com/Tyrceo/Dog-Finder-Server.git
cd Dog-Finder-Server
npm install
npm run server
And deploy this project:
npm install
npm run dev