CollaboralHub is a collaboration platform created for artists, teachers, students and businesses to brainstorm new ideas and plan their execution.
|-- docs <- Documentation
|-- src <- Source
|-- Assets <- Images/Icons
|-- components <- React Components
|-- pages <- Pages
|-- App.js <- Page Router
|-- README.md <- Project README
Clone the repository to your local machine.
When you have it cloned, you will need to do the following:
- Add your (OpenAI API Key)[https://openai.com/blog/openai-api] to a new
.env
file
REACT_APP_OPENAI_API_KEY="Your OpenAI Key"
- Install the packages:
npm install
- Start the app:
npm run start
npm run serve
- Testing is done via
react jest
:
npm run test
!ATTENTION! Please read both .md files in the docs/
directory BEFORE (and keep referring to it WHILE) working on the project. Code reviews will be done by me (Adil) and will be as brutal as it gets. To save yourself some time and headache, be sure to follow those guidelines.
Me and everyone else in the team are more than welcome to help each other. However, it is agreed that you will spend some time researching the problem you are facing yourself before contacting someone for help. Most problems can be fixed in a span of an hour just by googling few things and reading some forums. But if you are really stuck, all of us are happy to help :)