An open API service indexing awesome lists of open source software.

https://github.com/winstxnhdw/nodeflair-clone

A clone of nodeflair.com/jobs in React.
https://github.com/winstxnhdw/nodeflair-clone

nodeflair react vite

Last synced: about 2 months ago
JSON representation

A clone of nodeflair.com/jobs in React.

Awesome Lists containing this project

README

        

# nodeflair-clone

[![Netlify Status](https://api.netlify.com/api/v1/badges/c0c2e1a2-63b6-4106-aeac-3a4f320f7c8b/deploy-status)](https://app.netlify.com/sites/nodeflair-jobs/deploys)

> Finally, a clone that uses the actual data of the original site!

A responsive clone of [nodeflair.com/jobs](https://nodeflair.com/jobs) in React, tested on Firefox Developer Edition. It uses [worker-proxy](https://github.com/winstxnhdw/worker-proxy), formerly [lambda-proxy](https://github.com/winstxnhdw/lambda-proxy), to retrieve the latest Nodeflair jobs.

## Setup

Run the following to install all dependencies.

```bash
bun install
```

## Development

Populate the `.env` file.

```bash
echo VITE_PROXY_ENDPOINT=$YOUR_PROXY_ENDPOINT >> .env
```

Run the following to start the development server.

```bash
bun dev
```