feat: Proper README
This commit is contained in:
parent
8b63c003f6
commit
56f9f5667e
1 changed files with 29 additions and 1 deletions
30
README.md
30
README.md
|
|
@ -1 +1,29 @@
|
|||
[](https://app.netlify.com/sites/tdpeuter-down/deploys)
|
||||
# tdpeuter
|
||||
|
||||
[](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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue