diff --git a/README.md b/README.md index 15e8a3c..901bbb7 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ git clone https://gitpot.org/ExploreCraft/website.git Once you've cloned the repository you'll need to install the required dependencies, and then, start a development server: ```bash -# install dependencies (you can also use pnpm install or yarn) -npm install +# install dependencies (you can also use pyarn install or yarn) +yarn install # start vite development server -npm run dev +yarn run dev # or start the server and also open the website in a new browser tab -npm run dev -- --open +yarn run dev -- --open VITE v4.3.9 ready in 358 ms @@ -44,14 +44,14 @@ To build a production-ready version of this website: ```bash # run build action -npm run build +yarn run build ``` You can also preview the production build (You'll need to build the website first if you haven't done so already): ```bash # build the website -npm run build +yarn run build # start a preview server -npm run preview -``` \ No newline at end of file +yarn run preview +```