Setup your development environment
Feel free to make any changes directly on GitHub
- Fork and clone the Rosé Pine website.
- Install node and pnpm.
- While inside the website’s directory, install dependencies and start the
local development server:
pnpm install && pnpm dev
- Navigate to http://localhost:3000 to see real-time updates.
Translate documentation
- Create a new page inside of
src/content/{locale}/
- Reference the English equivalent page, or another locale you are
comfortable with, e.g.
src/content/en/create-a-theme.md
Translate page snippets
- Create a new locale file inside of
src/locales/{locale}.json
- Reference the English equivalent schema, or another locale you are
comfortable with, e.g.
src/locales/en.json