Skip to content

winstxnhdw/nodeflair-clone

Repository files navigation

nodeflair-clone

Netlify Status

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.

Setup

Run the following install all dependencies.

bun install

Development

Populate the .env file.

echo VITE_PROXY_ENDPOINT=$YOUR_PROXY_ENDPOINT >> .env

Run the following to start the development server.

bun dev