mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-04-30 08:11:09 +00:00
chore: update README to remove pnpm / yarn
We use npm in this project.
This commit is contained in:
parent
439e188bf8
commit
78339cd0b9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ A web client for Blah IM, built with [SvelteKit](https://kit.svelte.dev) & [Tail
|
|||
|
||||
## 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 `npm install`, start a development server:
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
|
|
Loading…
Add table
Reference in a new issue