From d32eb8266b0e9daec4b9ba52832d5e5118abec45 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sat, 22 Apr 2023 11:45:47 +0200 Subject: [PATCH] README update --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 92a8bcf9..ff9396dd 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,20 @@ ## ✒️ Overview This is an API client for [https://git.odit.services/lfk/backend](@lfk/backend) -- WebApp built with [Svelte](https://svelte.dev), [WindiCSS](https://windicss.org/) (to compile [TailwindCSS](https://tailwindcss.com/)) and [Vite](https://vitejs.dev). This application is intended for use by admin users/ members only. ## 🚀 Getting Started ``` -yarn +pnpm i ``` ## Development ``` -yarn dev +pnpm dev / -yarn dev --open +pnpm dev --open ``` ## Build ``` -yarn build +pnpm build ``` \ No newline at end of file