forked from cal/tdf-2023-webseite
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
355 B
16 lines
355 B
# TDF Eleventy
|
|
|
|
Based on the demo site [`eleventy-plugin-i18n-demo`](https://github.com/adamduncan/eleventy-plugin-i18n-demo).
|
|
|
|
|
|
# Setup
|
|
Install
|
|
|
|
`npm install`
|
|
|
|
Run local webserver
|
|
|
|
`npx @11ty/eleventy --serve`
|
|
|
|
Note:
|
|
the index.js containing translations won't automatically be updated, you may need to restart the webserver for it to reflect the changes
|
|
|