Skip to content

Junction is a software to manage proposals, reviews, schedule, feedback during conference.

License

Notifications You must be signed in to change notification settings

codegeek004/junction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Junction

Documentation Status

Junction is a software to manage proposals, reviews, schedule, feedback during conference.

Contributing

  1. Choose an issue and ask any doubts in the issue thread.
  2. Report any bugs/feature request as Github new issue, if it's already not present.
  3. If you are starting to work on an issue, please leave a comment saying "I am working on it".
  4. You can set up the project using the Getting Started guide.
  5. 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 mac
sudo apt install docker-compose for linux

Check the path of the docker-compose using
echo $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.

About

Junction is a software to manage proposals, reviews, schedule, feedback during conference.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.0%
  • CSS 23.4%
  • HTML 20.4%
  • JavaScript 6.2%
  • Less 0.8%
  • Shell 0.1%
  • Other 0.1%