Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/windragon0807/ryong-blog

πŸ’» Next.js 13을 λ°˜μ˜ν•œ λ§ˆν¬λ‹€μš΄ λ·°μ–΄ 및 이메일 전솑 κΈ°λŠ₯을 νƒ‘μž¬ν•œ λΈ”λ‘œκ·Έ μ• ν”Œλ¦¬μΌ€μ΄μ…˜μž…λ‹ˆλ‹€.
https://github.com/windragon0807/ryong-blog

nextjs13 nodemailer react react-markdown react-multi-carousel typescipt

Last synced: about 16 hours ago
JSON representation

πŸ’» Next.js 13을 λ°˜μ˜ν•œ λ§ˆν¬λ‹€μš΄ λ·°μ–΄ 및 이메일 전솑 κΈ°λŠ₯을 νƒ‘μž¬ν•œ λΈ”λ‘œκ·Έ μ• ν”Œλ¦¬μΌ€μ΄μ…˜μž…λ‹ˆλ‹€.

Awesome Lists containing this project

README

        

# Ryong Blog

Next.js 13을 λ°˜μ˜ν•œ λ§ˆν¬λ‹€μš΄ λ·°μ–΄ 및 이메일 전솑 κΈ°λŠ₯을 νƒ‘μž¬ν•œ λΈ”λ‘œκ·Έ μ• ν”Œλ¦¬μΌ€μ΄μ…˜μž…λ‹ˆλ‹€.

## μ„€μΉ˜

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

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

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

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

# yarn
yarn install
```

## μ‹€ν–‰

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

# yarn
yarn dev
```