LICENSE 파일 추가 및 README.md 파일 업데이트

This commit is contained in:
static
2024-12-29 00:57:14 +09:00
parent 29b105a069
commit c16abca832
2 changed files with 668 additions and 35 deletions

View File

@@ -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.
- 🔒 사용자의 미디어는 클라이언트에서 암호화한 상태로 저장돼요.
- 🔑 메타 데이터도 클라이언트에서 암호화돼요.
- ⚠️ 검색의 용이성을 위해, 스키마는 암호화되지 않아요.
- 📱 여러 디바이스에서 동시에 접근할 수 있어요.