Skip to content

usamavarikkottil/workflow

 
 

Repository files navigation

WorkFlow

Welcome to WorkFlow, a draggable Kanban board to keep you productive throughout the day. Styled with Tailwind 2.0, including dark mode. Hooks into local storage to keep track of all the things on your agenda.

Get started

Install the dependencies...

git clone https://github.com/brittneypostma/workflow.git
cd workflow
npm install
git remote add upstream https://github.com/brittneypostma/workflow.git

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv commands in package.json to include the option --host 0.0.0.0.

If you're using Visual Studio Code we recommend installing the official extension Svelte for VS Code. If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.

Todo

Jump over to the Projects Section to see the list of todo's and progress.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 49.8%
  • JavaScript 47.8%
  • HTML 1.5%
  • CSS 0.9%