Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pronist/hello

😎 λ‹Ήμ‹ μ˜ 멋진 λΈ”λ‘œκ·Έμ— κ±Έλ§žλŠ” 졜고의 ν‹°μŠ€ν† λ¦¬ μŠ€ν‚¨
https://github.com/pronist/hello

tistory tistory-skin

Last synced: 28 days ago
JSON representation

😎 λ‹Ήμ‹ μ˜ 멋진 λΈ”λ‘œκ·Έμ— κ±Έλ§žλŠ” 졜고의 ν‹°μŠ€ν† λ¦¬ μŠ€ν‚¨

Awesome Lists containing this project

README

        

# hELLO

[hELLO](https://pronist.tistory.com/5) λŠ” [티도리 ν”„λ ˆμž„μ›Œν¬](http://tidory.github.io)둜 μž‘μ„±λœ ν‹°μŠ€ν† λ¦¬ μŠ€ν‚¨μž…λ‹ˆλ‹€. λ”°λΌμ„œ λ³„λ„μ˜ 개발 방식이 μš”κ΅¬λ©λ‹ˆλ‹€. λ¨Όμ €, ν”„λ‘œμ νŠΈλ₯Ό λ³΅μ‚¬ν•©λ‹ˆλ‹€.

```bash
git clone https://github.com/pronist/hello
```

ν”„λ‘œμ νŠΈ ν΄λ”λ‘œ μ΄λ™ν•˜μ—¬ `node_modules` λ₯Ό μ„€μΉ˜ν•΄μ€„ ν•„μš”κ°€ μžˆμŠ΅λ‹ˆλ‹€. 티도리 ν”„λ ˆμž„μ›Œν¬λŠ” **Node.js, Webpack** 을 기반으둜 ν•©λ‹ˆλ‹€. λ”°λΌμ„œ **NPM(Node Package Manager)** 이 μš”κ΅¬λ©λ‹ˆλ‹€.

```bash
cd hello && npm install
```

ν‹°μŠ€ν† λ¦¬ μΉ˜ν™˜μžκ°€ 적용된 λͺ¨μŠ΅μ„ 보렀면 **프리뷰 μ„œλ²„** λ₯Ό μ‚¬μš©ν•  ν•„μš”κ°€ μžˆλŠ”λ°, **tidory.config.example.js** 의 이름을 **tidory.config.js** 둜 λ³€κ²½ν•˜κ³ , 티도리 ν”„λ ˆμž„μ›Œν¬μ˜ [ν™˜κ²½μ„€μ •](http://tidory.github.io/docs/configuration)λ₯Ό μ°Έκ³ ν•˜μ—¬ `ts_session`, `url` λ₯Ό 섀정해쀄 ν•„μš”κ°€ μžˆμŠ΅λ‹ˆλ‹€. μ΄λŠ” 직접 ν‹°μŠ€ν† λ¦¬ μ„œλ²„μ™€ μ†Œν†΅ν•˜μ—¬ μΉ˜ν™˜μžκ°€ ν•΄μ„λœ μƒνƒœμ˜ μŠ€ν‚¨μ„ 먼저보기 μœ„ν•œ κ°’μž…λ‹ˆλ‹€.

섀정이 μ™„λ£Œλ˜μ—ˆλ‹€λ©΄ 프리뷰 μ„œλ²„λ₯Ό μ‹€ν–‰ν•  수 μžˆμŠ΅λ‹ˆλ‹€.

```bash
npm run preview
```

## 배포

**tidory.config.js** 에 `ts_session`, `url` 이 μ„€μ •λ˜μ—ˆλ‹€λ©΄ 배포λ₯Ό 진행할 수 μžˆμŠ΅λ‹ˆλ‹€. 티도리 ν”„λ ˆμž„μ›Œν¬μ˜ [λΉŒλ“œ 및 배포](http://tidory.github.io/docs/deployment)λ₯Ό μ°Έκ³ ν•˜μ‹­μ‹œμ˜€.

```bash
npm run production && npm run deploy
```

## μ €μž‘κΆŒ

Copyright 2020-2024. [SangWoo Jeong](https://github.com/pronist). All rights reserved.