feat: Proper README

This commit is contained in:
Tibo De Peuter 2025-11-11 20:53:06 +01:00
parent 8b63c003f6
commit 56f9f5667e
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -1 +1,29 @@
[![Netlify Status](https://api.netlify.com/api/v1/badges/7821f152-5b28-4dec-9d98-035a18e8a57a/deploy-status)](https://app.netlify.com/sites/tdpeuter-down/deploys)
# tdpeuter
[![Netlify Status](https://api.netlify.com/api/v1/badges/22073594-e9df-4757-add9-e80062f18aba/deploy-status)](https://app.netlify.com/projects/tdpeuter/deploys)
My personal website.
The idea is to build an accessible, responsive and usable (!) website using only Vanilla HTML, CSS and JavaScript,
without any frameworks or libraries.
Currently, this is done by providing sane static defaults in the HTML, and enhancing the experience (i18n, reusable
components) using JavaScript.
In the future, I would like to convert this to a static site generator, to be compatible with even the most simple
browsers (e.g. CLI browsers).
## Development
To start a local development server with live reloading, run:
```bash
npx live-server --port=3000 --open=./index.html
```
Or `npm run start`
### Webstorm
If you are using Webstorm, then installing the [easy-i18n](https://plugins.jetbrains.com/plugin/16316-easy-i18n) plugin
can make editing translation files easier.