My personal website and blog, built with Vue. API services are provided by NodePress.
- RESTful API service:
NodePressbuilt with NestJS. - Blog admin site:
surmon.me.adminbuilt with React and Veact. - Blog native app:
surmon.me.nativebuilt with React Native.
# install dependencies
$ pnpm install
$ pnpm run dev
$ pnpm run build
$ pnpm run start
# lint test
$ pnpm run lint
# release
$ pnpm run release- Any PR opened →
CI:Build test - New tag
v*→CI:Create Release - New Release created →
CI:Deploy→ Execute server deploy script
Detailed changes for each release are documented in the release notes.
Licensed under the MIT License.

