Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chanhi2000/devlog

chanhi2000.github.io
https://github.com/chanhi2000/devlog

github github-actions node nodejs npm vue vuejs vuepress vuepress-plugin

Last synced: 21 days ago
JSON representation

chanhi2000.github.io

Awesome Lists containing this project

README

        

# chanhi2000.github.io

![Vuepress-based Chan's Personal Devlog](src/.vuepress/public/images/code-monkey.gif)

![shield-proj-v][shield-proj-v]
![shield-license-gpl][shield-license-gpl]
[![run-deploy-sh][shield-github-action]](https://github.com/chanhi2000/devlog/actions/workflows/vuepress-deploy.yml)

## What's included?

![shield-vue][shield-vue]
![shield-node][shield-node]

## 🚀Quickstart

> [!NOTE]
> ### Web Scraping
>
> ```sh
> npm run --prefix devo-api build # api 관련
> npm run --prefix scripts start-proxy # 프록시 서버 기동
> npm run --prefix scripts fetch # Web Scraping
> ```

> [!TIP]
> ### Vuepress
>
> ```sh
> npm run dev # vuepress 블로그 기동 (개발용)
> npm run build # vuepress 결과물 생성
> ```

[shield-proj-v]: https://img.shields.io/github/package-json/v/chanhi2000/devlog?style=flat-square
[shield-license-gpl]: https://img.shields.io/github/license/chanhi2000/devlog?style=flat-square
[shield-github-action]: https://github.com/chanhi2000/devlog/actions/workflows/vuepress-deploy.yml/badge.svg
[shield-vue]: https://img.shields.io/badge/vue.js-3.4.x-4FC08D?logo=vuedotjs&logoColor=4FC08D&style=flat-square
[shield-node]: https://img.shields.io/badge/node.js-18.12.x-339933?logo=nodedotjs&logoColor=339933&style=flat-square