The Upwork Job Filter is a tool designed to filter out the jobs and keep you updated on the latest jobs on Upwork.
Install the dependencies:
pnpm installGenerate the vapid keys:
pnpm web-push generate-vapid-keysMake a copy of the environment variables file.
cp .env.example .envPrepare Nuxt.
pnpm nuxt prepareSet git hooks.
git config core.hooksPath .githooksStart the development server on http://localhost:3000
pnpm run devBuild the application for production:
pnpm run buildLocally preview production build:
pnpm run previewStart the pm2 for the background process:
pnpm run startCheck out the deployment documentation for more information.
Look at the Nuxt 3 documentation to learn more.
Upwork Job Filter is open-sourced software licensed under the MIT license.