Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/windragon0807/instantgram

πŸ’» 포슀트 ν”Όλ“œ/등둝 μ’‹μ•„μš” 뢁마크 λŒ“κΈ€ μœ μ € 검색 κΈ°λŠ₯을 νƒ‘μž¬ν•œ μ›Ή SNS μ• ν”Œλ¦¬μΌ€μ΄μ…˜μž…λ‹ˆλ‹€.
https://github.com/windragon0807/instantgram

nextauthjs nextjs13 react sanity swr tailwindcss typescript

Last synced: about 16 hours ago
JSON representation

πŸ’» 포슀트 ν”Όλ“œ/등둝 μ’‹μ•„μš” 뢁마크 λŒ“κΈ€ μœ μ € 검색 κΈ°λŠ₯을 νƒ‘μž¬ν•œ μ›Ή SNS μ• ν”Œλ¦¬μΌ€μ΄μ…˜μž…λ‹ˆλ‹€.

Awesome Lists containing this project

README

        

# instantgram

포슀트 ν”Όλ“œ/등둝 μ’‹μ•„μš” 뢁마크 λŒ“κΈ€ μœ μ € 검색 κΈ°λŠ₯을 νƒ‘μž¬ν•œ μ›Ή SNS μ• ν”Œλ¦¬μΌ€μ΄μ…˜μž…λ‹ˆλ‹€.

## μ„€μΉ˜

ν”„λ‘œμ νŠΈλ₯Ό 둜컬 ν™˜κ²½μ—μ„œ μ‹€ν–‰ν•˜λ €λ©΄ λ‹€μŒ 단계λ₯Ό λ”°λ₯΄μ„Έμš”.

1. λ¨Όμ € 이 ν”„λ‘œμ νŠΈλ₯Ό λ³΅μ œν•©λ‹ˆλ‹€.
```sh
git clone https://github.com/windragon0807/instantgram.git
```

2. ν”„λ‘œμ νŠΈ ν΄λ”λ‘œ μ΄λ™ν•©λ‹ˆλ‹€.
```sh
cd instantgram
```

3. ν”„λ‘œμ νŠΈ 쒅속성을 μ„€μΉ˜ν•©λ‹ˆλ‹€.
```sh
# npm
npm install

# yarn
yarn install
```

## μ‹€ν–‰

ν”„λ‘œμ νŠΈλ₯Ό μ‹€ν–‰ν•˜λ €λ©΄ λ‹€μŒ λͺ…령을 μ‚¬μš©ν•˜μ„Έμš”.
```sh
# npm
npm run dev

# yarn
yarn dev
```