Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.41 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.41 KB

How to Wekan Kanban Board 🎓

How to Wekan is a complete tutorial website to learn all about Wekan and Kanban Board Managment! It was built on top of Meteor and many amazing contributors. All content on the site is completely free and open-source.

Content

The content for all tutorials is located in the /content directory. Here is an overview of all the tutorials that are available at the moment:

Wekan

  • (Coming Soon)

Frontend

  • (Coming Soon)

Backend

  • (Coming Soon)

Contributions / Fixes

As the whole project is open-source, you're more than welcome to fix typos and other small issues yourself and create a PR for the fix. If you want to contribute a whole tutorial track, please get in touch.

Installation & Running locally

You can run a local instance of How to GraphQL by executing the following commands in a terminal:

git clone git@github.com:saurabharch/wekanhow.git
cd wekanhow
yarn install
yarn start # http://localhost:8000/

Note: If you're using Node 8, you might need to invoke npm install -g node-gyp before you're starting the app. More info here.