Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 992 Bytes

File metadata and controls

24 lines (15 loc) · 992 Bytes

recruiterphp.org

Source for the RecruiterPHP organization website at recruiterphp.org.

Stack

Static HTML/CSS/JS — no build step. Hosted on GitHub Pages; pushing to main deploys automatically.

External dependencies are loaded via CDN:

Development

Open index.html directly in a browser, or serve locally to avoid CORS issues with fonts:

python3 -m http.server 8080
# → http://localhost:8080

Contributing

This is the website for the RecruiterPHP open source project. For issues with the job queue library itself, please open issues in the relevant package repository.