Skip to content

Commit

Permalink
Merge branch 'master' into 332-atom-text-to-images
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanR712 authored Apr 28, 2024
2 parents b59e3c9 + 5e925be commit dd0c1c9
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@
[![Code Style: Google](https://img.shields.io/badge/code%20style-google-blueviolet.svg)](https://github.com/google/gts)

PeirceMyHeart is a web application for modeling Charles Peirce's Alpha Existential Graph System,
it allows users to construct and prove theorems using Alpha Existential Graphs.
it allows users to construct and prove theorems using Alpha Existential Graphs.

## Development
## How to Run

Click [this link](https://rairlab.github.io/Peirce-My-Heart/) to access the application!

...that's it! Get proving!

## Development

<details>

<summary> Developer Details! </summary>

**All listed commands should be run in the project root (Peirce-My-Heart)**

Expand Down Expand Up @@ -107,7 +117,7 @@ To perform this locally in a terminal, run the following:
npm run aegtest
```

### Root Files and Folders Overview
## Root Files and Folders Overview
```
/.github/ : The code for github workflows this project uses, used for automatically deploying.
Expand Down Expand Up @@ -144,3 +154,5 @@ npm run aegtest
/vite.config.js : Vite build system configuration.
```

</details>

0 comments on commit dd0c1c9

Please sign in to comment.