https://github.com/alexthemaster/pokole-web
Web UI for the Pokole URL shortener
https://github.com/alexthemaster/pokole-web
pokole pokole-web
Last synced: 6 months ago
JSON representation
Web UI for the Pokole URL shortener
- Host: GitHub
- URL: https://github.com/alexthemaster/pokole-web
- Owner: alexthemaster
- License: mit
- Created: 2019-10-06T10:45:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-01T08:16:17.000Z (about 1 year ago)
- Last Synced: 2025-05-01T09:25:47.436Z (about 1 year ago)
- Topics: pokole, pokole-web
- Language: Vue
- Homepage:
- Size: 2.24 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# pokole-web
[Pokole](https://github.com/alexthemaster/pokole)'s built in web interface
# ⚠️ Disclaimer
This codebase started as a fully human-written Vue 2 project and was later migrated to Vue 3 with assistance from AI tools while using **Google Antigravity** and **VS Code** with the Copilot extension. The migration and most subsequent development was "vibe coded" - iterative development with flexible planning, adapting and improving as needed. This approach was taken because I'm not particularly skilled at nor do I enjoy frontend development.
## 📝 Requirements
- [Node.js](https://nodejs.org/en/)
## ⚙️ Local development
- `git clone https://github.com/alexthemaster/pokole-web`
- `cd pokole-web`
- `npm install`
- `npm run dev