From f022fbfc26283082175ab33c681832fa0259226f Mon Sep 17 00:00:00 2001 From: unvalley Date: Thu, 16 Mar 2023 03:25:30 +0900 Subject: [PATCH] chore: update website info --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35c0ac49cc6..3015359f607 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,12 +97,12 @@ The tests are run against the compiled files, which means that you need to run t ## Website -The [Rome website](https://rome.tools/) is built with [Eleventy](https://www.11ty.dev/). To start a development server you can run the following commands: +The [Rome website](https://rome.tools/) is built with [Astro](https://astro.build). To start a development server you can run the following commands: ```bash cd website -npm install -npm start +pnpm install +pnpm start ``` ## Checks