Skip to content

geeklt-fighter/thinkord

 
 

Repository files navigation

Thinkord

Thinkord is an open source desktop application dedicated to helping people conveniently capture their thoughts.

It was originally developed by 5 college students in National Central University, Taiwan. We believe capturing thoughts should not be that cumbersome, but simple and fast.

Hope you find this application helpful. If you are interested in developing Thinkord with us, please follow this contribution guideline.

Installation

Prerequiste

Download and install Nodejs

To clone this repo.

git clone https://github.com/thinkord/thinkord.git

Development

After cloning to your destination, executing below command in your root.

npm install

If you want to develop

npm run start

And then build it

npm run build

Finally package it

npm run pack

After packaging the application, folder dist should be created, and you could click .exe to install(deploy) it to your local machine.

Resources

Contributing

If you are interested in reporting/fixing issues and contributing directly to the code base, please see contribution guideline for more information on how to get started.

License

GNU GPLv3 License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.7%
  • TypeScript 33.8%
  • SCSS 7.7%
  • HTML 3.2%
  • CSS 1.6%