Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milooy/TIL
Today I Learned
https://github.com/milooy/TIL
Last synced: 2 months ago
JSON representation
Today I Learned
- Host: GitHub
- URL: https://github.com/milooy/TIL
- Owner: milooy
- Created: 2015-06-29T06:00:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T10:00:09.000Z (about 2 years ago)
- Last Synced: 2024-08-03T16:09:15.352Z (6 months ago)
- Language: JavaScript
- Homepage: http://milooy.github.io/TIL/
- Size: 19.3 MB
- Stars: 606
- Watchers: 57
- Forks: 135
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - milooy/TIL - Today I Learned (JavaScript)
README
# Today I Learned
http://milooy.github.io/TIL/
![til](https://user-images.githubusercontent.com/3839771/88662649-37dd7480-d115-11ea-8e26-a56669cbfe83.gif)
@milooy 가 오늘 새로 배운 것을 다음의 규칙으로 commit 합니다. [thoughtbot til 참고](https://github.com/thoughtbot/til)
## 로컬에서 띄우기
```bash
$ yarn
$ yarn dev
```### 빌드 및 배포
Opt1. GitHub Actions로 자동화
[main.yaml](https://github.com/milooy/TIL/blob/master/.github/workflows/main.yml) 참고Opt2. 직접 배포
```bash
$ yarn build
$ yarn deploy
```