Project managenement on the IC
Report Bug
·
Request Feature
A simple way to manage your daily tasks and projects. Collaborate easily and securily.
KanbanIC is built on the Internet Computer !

To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- dfinity
DFX_VERSION=0.7.0-beta.3 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
- Install NPM packages
npm install
- Run a Dfinity node locally on a terminal
dfx start
- Deploy you canisters locally
./deploy.sh #(mandatory on the first run, it initializes Internet Identity locally) ou dfx canister create --all dfx build dfx canister install --all -m reinstall - Initialize data locally
./scripts/initData.sh
- Devserver with Hot reload for frontend development
npm run dev
Documentation coming soon...
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Anthony MARQUES - @AnthonyMQ23 - amarques@esensconsulting.com
Project Link: https://github.com/esensconsulting/KanbanIC