Skip to content

Commit

Permalink
update dev readme and add job template
Browse files Browse the repository at this point in the history
  • Loading branch information
pogopaule committed Mar 24, 2024
1 parent 74f2e14 commit f0634bf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
To develop locally you need nix.

`nix develop .` will get you into a nix shell with all required dependencies.
To develop locally you need [devenv](https://devenv.sh/) .
14 changes: 14 additions & 0 deletions src/data.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
jobs:
# This is a template for new company
# - name: Name of the company
# website: https://example.com/
# jobs: https://example.com/jobs
# description: What does the company do? Short and concise.
# remote: (true|false) Does the company offer any remote jobs?
# speculative: (true|false) Are speculative applications possible?
# field:
# geo:
# - country: Country Name (see list below for spelling)
# lat: Latitude (see list below for format)
# long: Longitude
# review: either https://www.glassdoor.com/Reviews/company-E123456789.htm or https://www.kununu.com/de/company
# rating: 5.0 (check the rating on glassdoor or kununu)
- name: Ducky
website: https://www.ducky.eco/
jobs: https://careers.ducky.eco/jobs
Expand Down

0 comments on commit f0634bf

Please sign in to comment.