Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Latest commit

 

History

History
55 lines (34 loc) · 1.59 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.59 KB

Unfortunately, this project is no longer maintained.

I have other priorities in my life and no longer have time to update this project. Email me at [email protected] if you'd like to reach me.

WorkFlowy 2 Anki

Netlify Status

This is tool a to let you convert your WorkFlowy outlines to Anki cards easily.

Development

Please note that the Imba programming language v2 is currently in alpha so expect to see things breaking when you try stuff. When that is said, see below on how to actually run this 😄

I am assuming you have Node.js already installed, if not then see their website on how todo that https://nodejs.org/en/

First make sure you have the dependencies installed

yarn # npm run install

Then in another terminal run

yarn dev

The previous command will continously build the project.

To actually see the app running you need to either visit the local url in a browser or launch the app with

yarn start

License

Unless otherwise specified in the source:

MIT

Copyright (c) 2020, Alexander Alemayhu

Credits

This would be super hard if it were not for the following projects:

See the package.json file for anything I missed.