Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chan9yu/meet-link
๐ฅ๏ธ ์ค์๊ฐ ์ฑํ
, ํ๋ฉด ๊ณต์ , ๋ฐ ๋ฏธ๋์ด ํตํ๋ฅผ ์ ๊ณตํ๋ React ๊ธฐ๋ฐ์ MeetLink App. ์๊ฒฉ ์ปค๋ฎค๋์ผ์ด์
์ ์ํ ์ฑ ์๋น์ค์
๋๋ค.
https://github.com/chan9yu/meet-link
pnpm react react-hook-form react-query react-router-dom socket-io-client typescript vite webrtc
Last synced: 7 days ago
JSON representation
๐ฅ๏ธ ์ค์๊ฐ ์ฑํ , ํ๋ฉด ๊ณต์ , ๋ฐ ๋ฏธ๋์ด ํตํ๋ฅผ ์ ๊ณตํ๋ React ๊ธฐ๋ฐ์ MeetLink App. ์๊ฒฉ ์ปค๋ฎค๋์ผ์ด์ ์ ์ํ ์ฑ ์๋น์ค์ ๋๋ค.
- Host: GitHub
- URL: https://github.com/chan9yu/meet-link
- Owner: chan9yu
- Created: 2024-05-11T05:58:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T14:52:48.000Z (7 months ago)
- Last Synced: 2024-12-11T18:17:28.712Z (2 months ago)
- Topics: pnpm, react, react-hook-form, react-query, react-router-dom, socket-io-client, typescript, vite, webrtc
- Language: TypeScript
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ Meet Link
> ๐ฅ๏ธ ์ค์๊ฐ ์ฑํ , ํ๋ฉด ๊ณต์ , ๋ฐ ๋ฏธ๋์ด ํตํ๋ฅผ ์ ๊ณตํ๋ React ๊ธฐ๋ฐ์ MeetLink App.
>
> ์๊ฒฉ ์ปค๋ฎค๋์ผ์ด์ ์ ์ํ ์ฑ ์๋น์ค์ ๋๋ค.
## ๐ Link
## ๐ง Tech Stack
-
![]()
-![]()
-![]()
-## ๐ Getting Started
๋ก์ปฌํ๊ฒฝ์์ ์ฑ์ ์คํํ๋ ๋ฐฉ๋ฒ์ ๋๋ค.
### Prerequisites
ํด๋น ์ฑ์ ์คํ์ํค๊ธฐ ์ํ ํ์ ์กฐ๊ฑด ์ ๋๋ค.
1. pnpm install
```shell
# pnpm ์ค์น
npm -g install pnpm
```2. node setup
```shell
# .nvmrc ๊ธฐ์ค node version ์ค์น
# nvm์ ์ฌ์ฉํ์ง ์๋๋ค๋ฉด ์๋์ผ๋ก ๋ ธ๋๋ฒ์ ์ ๋ง์ถฐ์ฃผ์ธ์.
nvm use
```### Installation
1. ํ๋ก์ ํธ ํด๋ก
```shell
git clone https://github.com/chan9yu/meet-link
```2. ํ๋ก์ ํธ ๋๋ ํ ๋ฆฌ๋ก ์ด๋
```shell
cd meet-link
```3. ์ข ์์ฑ ์ค์น
```shell
pnpm install
```4. ๊ฐ๋ฐ ์๋ฒ ์์
```
pnpm dev
```## โจ Features
- ์ค์๊ฐ ์ฑํ
- ํ๋ฉด ๊ณต์
- ๋ฏธ๋์ด ํตํ
- ์ฌ์ฉ์ ๊ด๋ฆฌ
- ์ฑํ ๊ธฐ๋ก ์ ์ฅ## โ๏ธ Environment Variables
ํ๊ฒฝ ๋ณ์๋ฅผ ์ค์ ํ๋ ๋ฐฉ๋ฒ์ ๋๋ค.
```shell
# .env.example ๊ธฐ์ค์ผ๋ก .env ํ์ผ ์์ฑ
```