An open API service indexing awesome lists of open source software.

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

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