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.
- Host: GitHub
- URL: https://github.com/winstxnhdw/nodeflair-clone
- Owner: winstxnhdw
- Created: 2023-01-28T13:43:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T08:41:35.000Z (3 months ago)
- Last Synced: 2025-02-25T17:51:26.704Z (2 months ago)
- Topics: nodeflair, react, vite
- Language: TypeScript
- Homepage: https://nodeflair-jobs.netlify.app/
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodeflair-clone
[](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
```