dotstate 0.3.4

A modern, secure, and user-friendly dotfile manager built with Rust
Documentation
# DotState Website
Website for dotstate

### Local Development

Simply open `index.html` in a web browser, or serve it with any static file server:

```bash
# Using Python
cd website
python3 -m http.server 8000

# Using Node.js (http-server)
cd website
npx http-server

# Using PHP
cd website
php -S localhost:8000
```

Then visit `http://localhost:8000` in your browser.

### Deployment

The website is deployed to **Vercel** at: **https://dotstate.serkan.dev**