yawik / jobboard

Yawik Jobboard https://jobboard.yawik.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yawik Jobboard

The Yawik Jobboard is a portal for real job ads and serves as an example of a Quasar app that can be used as a job board.

All job advertisements are "real". Posting ads is free of charge. All ads placed are manually checked and activated.

Install

git clone git@gitlab.com:yawik/jobboard.git jobboard && cd $_
yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

yarn dev

Lint the files

yarn lint

to fix lint errors

yarn lintfix

Build the app for production

quasar build

Customize

The jobboard is .env-aware. All possible values are locatewd in .env. Values in .env.local overwrite those in .env

Name Value
YAWIK_BACKGROUND Background Image on Startpage
YAWIK_EXTERNAL_JOBS https://yawik.org/demo/de/jobboard
YAWIK_JOB_URL Endpoint for job details
YAWIK_API_URL Endpoint for job lists
YAWIK_URL_OPERATOR Links to the opeartor of the form
YAWIK_URL_IMPRINT Link to the Imprint of the operator
YAWIK_URL_PRIVACY Link to the Privacy notes

About

Yawik Jobboard https://jobboard.yawik.org

License:MIT License


Languages

Language:Vue 63.2%Language:JavaScript 34.5%Language:HTML 1.0%Language:SCSS 0.9%Language:Shell 0.4%