https://github.com/prx/code-ventures
Technical ventures for interview candidates
https://github.com/prx/code-ventures
Last synced: over 1 year ago
JSON representation
Technical ventures for interview candidates
- Host: GitHub
- URL: https://github.com/prx/code-ventures
- Owner: PRX
- Created: 2021-06-29T17:49:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T22:19:37.000Z (over 4 years ago)
- Last Synced: 2025-02-02T09:31:13.510Z (over 1 year ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Technical ventures for PRX candidates
This repo contains some possible ideas/projects for PRX developer
candidates, as part of our [Hiring Process](https://github.com/PRX/docs.prx.org/blob/master/external/hiring.md).
If you do decide to use one of these projects, please let us know
so we can duplicate this repo to one just for you. And you can make
a non-public PR with your changes over there.
## Copying to a private repo
For PRX devs, this is how I've been copying to a private/temporary repo:
```sh
# (1) go and create the private repo via github UI
# (2) copy this repo, and push up to the private repo
git clone --bare https://github.com/PRX/code-ventures.git code-ventures-
cd code-ventures-
git push --mirror git@github.com:PRX/code-ventures-.git
# (3) invite applicant's github user to the private repo
```