/speakfriend

Application to connect speakers and those who want them to speak.

Primary LanguageJavaScript

Speak Friend

SpeakFriend is a tool that wants to make it simpler, easier, and more pleasant to connect speakers and those who wish to host speakers at events.

Contributing

  • Read our roadmap to see where we are currently at in the development.
  • contributions to the project are very welcome!
  • If you want to dive right in, feel free to browse through the issues.
  • You can also view the projects kanban to see what's in progress.
  • For more information on getting up to speed, please consider reading our contributing docs.

Dev environment:

Dependencies:

  • Node >= 7.6
  • Sqlite3

Boot Up!

  • install everything and setup db: make install
  • running the client: make run-client
  • running the api: make run-api