Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewscwei/aristotl
A logical fallacy lookup tool
https://github.com/andrewscwei/aristotl
aristotle logical-fallacies netlify prismicio react typescript
Last synced: 7 days ago
JSON representation
A logical fallacy lookup tool
- Host: GitHub
- URL: https://github.com/andrewscwei/aristotl
- Owner: andrewscwei
- License: mit
- Created: 2019-09-16T01:35:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T05:54:35.000Z (8 months ago)
- Last Synced: 2024-08-02T15:47:36.729Z (3 months ago)
- Topics: aristotle, logical-fallacies, netlify, prismicio, react, typescript
- Language: TypeScript
- Homepage: https://www.aristotl.io
- Size: 6.14 MB
- Stars: 41
- Watchers: 6
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aristotl [![CD](https://github.com/andrewscwei/aristotl/workflows/CD/badge.svg)](https://github.com/andrewscwei/aristotl/actions?query=workflow%3ACD)
A logical fallacy lookup tool.
Fallacy descriptions, examples and other definitions are sourced from [The Fallacy Files](https://www.fallacyfiles.org/), [Internet Encyclopedia of Philosophy](https://www.iep.utm.edu/) and [Wikipedia](https://en.wikipedia.org). They are rearranged for presentation clarity and language consistency. Full credits go to the respective authors of these sources.
## Usage
```sh
$ nvm use
$ npm install
$ npm run dev # Run in dev, served on localhost:8080
$ npm run build # Build for production
```