| 1 | # [sli.dev](https://sli.dev) |
| 2 | |
| 3 | Documentation for [Slidev](https://github.com/slidevjs/slidev) |
| 4 | |
| 5 | ## Translations |
| 6 | |
| 7 | > [!WARNING] |
| 8 | > |
| 9 | > Translations with strikethroughs are no longer maintained. The content is outdated and not encouraged to refer. |
| 10 | |
| 11 | | | Repo | Site | Maintainers | |
| 12 | | ------------------------- | ---------------------------------------------- | -------------------------------: | --------------------------------------------------------------------- | |
| 13 | | English | [docs](https://github.com/slidevjs/docs) | [sli.dev](https://sli.dev) | [@antfu](https://github.com/antfu) | |
| 14 | | 简体中文 | [docs-cn](https://github.com/slidevjs/docs-cn) | [cn.sli.dev](https://cn.sli.dev) | [@QC-L](https://github.com/QC-L) [@Ivocin](https://github.com/Ivocin) | |
| 15 | | <del>Français</del> | [docs-fr](https://github.com/slidevjs/docs-fr) | [fr.sli.dev](https://fr.sli.dev) | [@ArthurDanjou](https://github.com/ArthurDanjou) | |
| 16 | | <del>Español</del> | [docs-es](https://github.com/slidevjs/docs-es) | [es.sli.dev](https://es.sli.dev) | [@owlnai](https://github.com/owlnai) | |
| 17 | | <del>Русский</del> | [docs-ru](https://github.com/slidevjs/docs-ru) | [ru.sli.dev](https://ru.sli.dev) | [@xesjkeee](https://github.com/xesjkeee) | |
| 18 | | <del>Việt Nam</del> | [docs-vn](https://github.com/slidevjs/docs-vn) | [vn.sli.dev](https://vn.sli.dev) | [@bongudth](https://github.com/bongudth) | |
| 19 | | <del>Deutsch</del> | [docs-de](https://github.com/slidevjs/docs-de) | [de.sli.dev](https://de.sli.dev) | [@fabiankachlock](https://github.com/fabiankachlock) | |
| 20 | | <del>Português (BR)</del> | [docs-br](https://github.com/slidevjs/docs-br) | [br.sli.dev](https://br.sli.dev) | [@luisfelipesdn12](https://github.com/luisfelipesdn12) | |
| 21 | | <del>Ελληνικά</del> | [docs-el](https://github.com/slidevjs/docs-el) | [el.sli.dev](https://el.sli.dev) | [@GeopJr](https://github.com/GeopJr) | |
| 22 | | <del>日本語</del> | [docs-ja](https://github.com/slidevjs/docs-ja) | [ja.sli.dev](https://ja.sli.dev) | [@IkumaTadokoro](https://github.com/IkumaTadokoro) | |
| 23 | |
| 24 | ## Start Server Locally |
| 25 | |
| 26 | ``` |
| 27 | npm i -g pnpm |
| 28 | |
| 29 | pnpm i |
| 30 | pnpm run dev |
| 31 | ``` |
| 32 | |
| 33 | And then visit `http://localhost:3000` |
| 34 | |
| 35 | Or install the [Vite extension for VS Code](https://marketplace.visualstudio.com/items?itemName=antfu.vite) to edit side-by-side. |
| 36 | |
| 37 | ## Help on Translating |
| 38 | |
| 39 | Please join our [Discord Server](https://chat.sli.dev) and contact the maintainers. |
| 40 |