Skip to content

esensconsulting/KanbanIC

Repository files navigation


Logo

Project managenement on the IC

Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

A simple way to manage your daily tasks and projects. Collaborate easily and securily.

‍KanbanIC is built on the Internet Computer !

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

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)" 
    

Installation

  1. Install NPM packages
    npm install
  2. Run a Dfinity node locally on a terminal
    dfx start
  3. 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
  4. Initialize data locally
    ./scripts/initData.sh
  5. Devserver with Hot reload for frontend development
    npm run dev

Usage

Documentation coming soon...

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Anthony MARQUES - @AnthonyMQ23 - amarques@esensconsulting.com

Project Link: https://github.com/esensconsulting/KanbanIC

About

A project management tool running on the Internet Computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published