michaelhelvey / textual-fractals

Web UI for structural textual analysis

Home Page:https://textual-fractals.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Textual Fractals

This is a web-based GUI application designed to aid in the visualization of structural scriptural interpretation.

Local Development

To develop this software locally, you will need:

You should also have general familiarity with the languages and libraries used, such as Typescript and React.

Other important libraries used include:

Testing and Validation

The repository includes a number of scripts to ensure that code quality meets certain standards.

  • Linting: pnpm lint
  • Testing: pnpm test

These scripts will run automatically on pushes or pull requests to the master branch via Github Actions.

Deployment

Pushes to the repository will be automatically deployed to Vercel. The master branch corresponds to production, while other branches will have a preview deployment.

Contribution Workflow

To contribute to this repository, please follow the Git flow by creating a descriptive branch, and a pull request with your changes so that they can be reviewed and validated before merging.

License

AGPLv3

About

Web UI for structural textual analysis

https://textual-fractals.vercel.app

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 78.3%Language:JavaScript 17.0%Language:HTML 3.1%Language:CSS 1.0%Language:Shell 0.6%