mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-12 21:08:46 +00:00
LICENSE 파일 추가 및 README.md 파일 업데이트
This commit is contained in:
42
README.md
42
README.md
@@ -1,38 +1,10 @@
|
||||
# sv
|
||||
# ArkVault
|
||||
|
||||
Everything you need to build a Svelte project, powered by [`sv`](https://github.com/sveltejs/cli).
|
||||
안전한 미디어 관리 시스템
|
||||
|
||||
## Creating a project
|
||||
## Features
|
||||
|
||||
If you're seeing this, you've probably already done this step. Congrats!
|
||||
|
||||
```bash
|
||||
# create a new project in the current directory
|
||||
npx sv create
|
||||
|
||||
# create a new project in my-app
|
||||
npx sv create my-app
|
||||
```
|
||||
|
||||
## Developing
|
||||
|
||||
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
|
||||
# or start the server and open the app in a new browser tab
|
||||
npm run dev -- --open
|
||||
```
|
||||
|
||||
## Building
|
||||
|
||||
To create a production version of your app:
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
|
||||
You can preview the production build with `npm run preview`.
|
||||
|
||||
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.
|
||||
- 🔒 사용자의 미디어는 클라이언트에서 암호화한 상태로 저장돼요.
|
||||
- 🔑 메타 데이터도 클라이언트에서 암호화돼요.
|
||||
- ⚠️ 검색의 용이성을 위해, 스키마는 암호화되지 않아요.
|
||||
- 📱 여러 디바이스에서 동시에 접근할 수 있어요.
|
||||
|
||||
Reference in New Issue
Block a user