Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 763 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 763 Bytes

CFP List

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

Contribute

This project loves contributions, and we've made it as easy to contribute as possible.

  1. Fork the project
  2. Clone the fork to your computer: git clone https://github.com/{yourGitHubName}/cfp-list (don't forget to replace {yourGitHubName} with your username).
  3. 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.