Website for dotstate
Simply open `index.html` in a web browser, or serve it with any static file server:
```bash
cd website
python3 -m http.server 8000
cd website
npx http-server
cd website
php -S localhost:8000
```
Then visit `http://localhost:8000` in your browser.
The website is deployed to **Vercel** at: **https://dotstate.serkan.dev**