source connects developers to projects and tasks.
Interested in contributing? Look up our TODOs on https://sourcenetwork.io
#Dispute Resolution --coming soon--
Twitter: @source_platform
Email: source@sourcenetwork.io
Telegram: https://t.me/joinchat/EbiqAxL2g2baSz4fulFeHg
#Installation and Running
- Clone this repository
cd
into FrontEnd and BackEnd respectively.npm i
gulp
(for FrontEnd SaSS)npm start
##Troubleshooting:
react-scripts: command not found
rm -rf node_modules
npm install
- Reach out to us if you want to build a component.
- Fork a branch.
- Submit a PR.
We aim to maintain a civil and productive community that best serves our projects and users.
- Specify the scope of tasks, and rewards associated clearly
- Respond to interested parties clearly. Be respectful of their time.
- Follow up on work in progress to clarify performative standards that need to be met
- Discuss the scope of your work with the project manager
- Start your own branch and complete the task while meeting performative standards agreed upon prior
- Submit a Pull Request when finished
#Documentation
##Table of Contents:
- Components
- Material-UI
- WELCOME
- Global
- Board
- Board.js
- Column.js
- KanbanCard.js
####isEditable is true for Admin and Project Managers who can edit the board. False otherwise
####data Board data for columns and cards.
Specification: data = { boardTitle: "Board Title", admins: ["Username"], //Users who can edit column }