# newblog **Repository Path**: code-lzx/newblog ## Basic Information - **Project Name**: newblog - **Description**: The front blog website powered by Nuxt.js - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-12 - **Last Updated**: 2024-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Development Setup ```bash # install nodemon $ npm i nodemon -g # install dependencies $ yarn # or npm install [--python=python2.7] # serve with hot reload at localhost:3000 $ yarn dev # or npm run dev # build for production and launch server $ yarn build # or npm run build $ yarn start # or npm start # lint test $ yarn lint ``` ## Actions setup **Rule:** - `any PR open` -> `CI:Build test` - `master PR closed & merged` -> `CI:Deploy to server` **Example:** - `local:develop -> remote:develop` -> `CI:Build test` - `remote:develop/master -> remote:master -> merged` -> `CI:Deploy to server`