Junction is a software to manage proposals, reviews, schedule, feedback during conference.
- Choose an issue and ask any doubts in the issue thread.
- Report any bugs/feature request as Github new issue, if it's already not present.
- If you are starting to work on an issue, please leave a comment saying "I am working on it".
- You can set up the project using the Getting Started guide.
- Once you are done with feature/bug fix, send a pull request according to the guidelines.
To setup this on your local system. Follow the steps:
To start with you have to setup docker on your local system. For that you need docker-compose to be installed on your system.
brew install docker-compose
for macsudo apt install docker-compose
for linuxCheck the path of the docker-compose usingecho $PATH
If /usr/local/bin
is not in your path, you need to add it.
echo 'export PATH="$PATH:/usr/local/bin"' >> ~/.zshrc
source ~/.zshrc
After accomplishing these steps you need to login into your docker account
docker login
If you are using the cli version you need to execute
docker login username <__username__>
After successfully following these steps you can refer to the docs[getting-started] for further execution of the application
License -------This software is licensed under The MIT License(MIT). See the LICENSE file in the top distribution directory for the full license text.