feat: add README file with project overview and setup instructions

This commit is contained in:
sha
2026-02-21 22:44:16 +02:00
parent 3fb3c0739a
commit 70be0ce4a4
2 changed files with 112 additions and 69 deletions
+29
View File
@@ -0,0 +1,29 @@
# devpage
A tiny personal developer page with an animated gradient background and floating icons.
## Features
- Vanilla JavaScript ES modules
- Randomly spawning SVG icons with physics
- Logo word that responds to hits and detaches letters
- Settings modal with persistent controls (gradient, speed, spawn, logo options)
- Fully static; serves via any HTTP server (e.g. `python3 -m http.server`).
## Development
1. Clone the repo.
2. Run a simple HTTP server in the project root:
```sh
cd devpage
python3 -m http.server 8080
```
3. Open `http://localhost:8080` in a modern browser.
## Deployment
The site is static and can be hosted on GitHub Pages or any static file host.
## License
MIT