https://github.com/rainingcomputers/clarity
The IDE for your time
https://github.com/rainingcomputers/clarity
Last synced: 11 months ago
JSON representation
The IDE for your time
- Host: GitHub
- URL: https://github.com/rainingcomputers/clarity
- Owner: RainingComputers
- Created: 2024-09-12T15:44:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T14:48:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T11:16:15.940Z (over 1 year ago)
- Language: Python
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Running clarity
Run the below command and open http://127.0.0.1:8080 on your browser
```
poetry shell
poetry install
python3 clarity.py
```