Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
/ truthsayer Public archive

Second brain for knowledge workers that retains everything you read online and helps you to back up your communication with your source as easily as you might share an anecdote over a coffee.

License

Notifications You must be signed in to change notification settings

mazed-dev/truthsayer

Repository files navigation

Web app for Foreword

Workspaces

  • truthsayer - web app
  • archaeologist - browser plugin for Chromium/Chrome
  • elementary - library of common React components
  • smuggler-api - simple TS wrapper around smuggler REST API

See yarn workspaces.

Docs

For free private repos wiki is not available. Instead there is directory "./docs" in the root of this repo with markdown files.

Development

Branches

  • main default release branch

Build

For to build a single workspace:

yarn <workspace> build

For instance to build truthsayer only:

yarn truthsayer build

To build all workspaces:

yarn build

Test

To test all workspaces run:

yarn test

To test one workspace:

yarn <workspace> test

Linter

To run linter auto fix for all workspaces:

yarn fix

To run a quick prettier fix (without linter):

yarn fix:prettier

About

Second brain for knowledge workers that retains everything you read online and helps you to back up your communication with your source as easily as you might share an anecdote over a coffee.

Resources

License

Stars

Watchers

Forks