Skip to content

Latest commit

 

History

History
executable file
·
69 lines (48 loc) · 2.08 KB

README.md

File metadata and controls

executable file
·
69 lines (48 loc) · 2.08 KB

surmon.me logo

Surmon.me

vue   nodepress   GitHub stars   GitHub Workflow Status   GitHub license

My personal website and blog, powered by Vue(3), API services provided by NodePress.

🔗 https://surmon.me

🗒️ CHANGELOG.md

🔥 Related projects

Screenshot

Development Setup

# install dependencies
$ yarn

# SSR mode
$ yarn dev
$ yarn build
$ yarn start

# or SPA mode
$ yarn spa:dev
$ yarn spa:build
$ yarn spa:start

# lint test
$ yarn lint

# release
$ yarn release

Actions setup

Rule:

  • Any PR openCI:Build test
  • New tag v*CI:Create Release
  • New tag | Release createdCI:DeployCI:Execute server script