diff --git a/README.md b/README.md index 14c73c1..246c609 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ This is the code for Public Spaces e.V. website, built on [SvelteKit](https://ki ## Developing -Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: +Once you've created a project and installed dependencies with `yarn`, start a development server: ```bash -npm run dev +yarn dev # or start the server and open the app in a new browser tab -npm run dev -- --open +yarn dev -- --open ``` ## Building @@ -18,9 +18,7 @@ npm run dev -- --open To create a production version of your app: ```bash -npm run build +yarn build ``` -You can preview the production build with `npm run preview`. - -> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. +You can preview the production build with `yarn preview`.