First run the data server:
% cd data
% binserve
This will serve the pokemon data on port 8080. You can use binserve or any other fast static server.
Then run one of the following:
% cd app-router
% pnpm i
% pnpm build
% pnpm start
Serves on: http://locahost:3001/
% cd pages
% pnpm i
% pnpm build
% pnpm start
Serves on: http://locahost:3000/
cd php
./run.sh
Serves on: http://locahost:9000/
cd rust-axum
cargo run -r
Serves on: http://locahost:8001/
cd rust
cargo run -r
Serves on: http://locahost:8000/