Skip to content

🔔 Get notified when your selected job arrive on Upwork.

Notifications You must be signed in to change notification settings

furqanramzan/upwork-job-filter

Repository files navigation

Upwork Job Filter

The Upwork Job Filter is a tool designed to filter out the jobs and keep you updated on the latest jobs on Upwork.

Setup

Install the dependencies:

pnpm install

Generate the vapid keys:

pnpm web-push generate-vapid-keys

Make a copy of the environment variables file.

cp .env.example .env

Prepare Nuxt.

pnpm nuxt prepare

Set git hooks.

git config core.hooksPath .githooks

Development Server

Start the development server on http://localhost:3000

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Start the pm2 for the background process:

pnpm run start

Check out the deployment documentation for more information.

Resources

Look at the Nuxt 3 documentation to learn more.

License

Upwork Job Filter is open-sourced software licensed under the MIT license.