Why use Epiphany?

The writing software on the market today contains multiple products with different distinct shortcomings—either too many features and an abundance of UI clutter, or a well-distilled set of features hiding behind obtrusive minimalism. Epiphany provides a writing/text-drafting experience that is minimalist and streamlined, yet feature-rich and powerful.


How to run Epiphany

Step 1: Clone THOTH github repo in Visual Studio Code

Step 2: Open up a ternimal in Visual Studio Code install dependencies by running

npm install

Step 3:In the terminal run

npm run tauri dev


Tests

Test Locations

For all Svelte components subject to testing, the testing file (.spec.ts) resides in the same directory as the component.

At present this means all tests are located in ./src/lib.

Example

Tiptap.svelte and Tiptap.spec.ts

How to run our tests

Step 1: Open up Visual Studio Code

Step 2: Open THOTH project and then open a terminal

Step 3: On the command line in the terminal say

npm test