Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlarky/imverified
https://github.com/jlarky/imverified
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jlarky/imverified
- Owner: JLarky
- License: agpl-3.0
- Created: 2022-11-10T16:47:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T00:15:13.000Z (about 2 years ago)
- Last Synced: 2023-04-11T17:40:56.152Z (almost 2 years ago)
- Language: TypeScript
- Size: 90.8 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# I'm verified
Deployed version:
https://imverified.deno.dev/users/jlarky
Twitter discussion:
- https://twitter.com/ParasocialFix/status/1592077131399409664
- https://twitter.com/JLarky/status/1590960112319225856## Clone
```bash
git clone [email protected]:JLarky/imverified.git
cd imverified
npm install
```## Run
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```