This project was built for the "Israel Tech CFP Group", to help gather relevant cfp's and make it easy to search and follow the different opportunities.
See it live CFP List
This project loves contributions, and we've made it as easy to contribute as possible.
- Fork the project
- Clone the fork to your computer:
git clone https://github.com/{yourGitHubName}/cfp-list
(don't forget to replace {yourGitHubName} with your username). - Run:
cd cfp-list
npm i
npm run dev
In development, the project uses basic json
files as a database in the db
folder.
When you are ready to send us the code, push your change to your fork and open a pull request to the upstream (original) repo.