Finally, a clone that uses the actual data of the original site!
A responsive clone of nodeflair.com/jobs in React, tested on Firefox Developer Edition. It uses worker-proxy, formerly lambda-proxy, to retrieve the latest Nodeflair jobs.
Run the following install all dependencies.
bun install
Populate the .env
file.
echo VITE_PROXY_ENDPOINT=$YOUR_PROXY_ENDPOINT >> .env
Run the following to start the development server.
bun dev