docs: update readme for web

This commit is contained in:
arkohut 2024-10-23 18:17:20 +08:00
parent f815100609
commit 9416ba5999

View File

@ -1,18 +1,6 @@
# create-svelte
# Memos Web
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
## Creating a project
If you're seeing this, you've probably already done this step. Congrats!
```bash
# create a new project in the current directory
npm create svelte@latest
# create a new project in my-app
npm create svelte@latest my-app
```
The web interface for Memos.
## Developing
@ -25,6 +13,8 @@ npm run dev
npm run dev -- --open
```
Make sure you already have the Memos server running.
## Building
To create a production version of your app: