Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 809 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 809 Bytes

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