Skip to content

mohammad-ashrafi2020/surmon.me

 
 

Repository files navigation


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

About

My digital garden, powered by @vuejs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 63.3%
  • TypeScript 30.4%
  • SCSS 5.0%
  • Other 1.3%