/StudTWork

Studious blog sysytem. monorepo 管理的适用于学习的博客系统

Primary LanguageJavaScriptApache License 2.0Apache-2.0

StudTWork

English | 简体中文

FOSSA Status

A front end uses Vue3.3 + Vite technology, and the back end uses the blog front and back end system built by koa2

Installation

Requires:

  • node >= 16

  • pnpm >= 8

$ git clone https://github.com/CodeGetters/studTBack.git

# recommend
$ pnpm install

# or

$ npm install

Usage

# front
$ pnpm dev:front

# back
$ pnpm dev:back

# build
$ pnpm build:front

# or you just want to build with mock data
$ pnpm build:front-mock

Contribution

If you would like to work on the TODO project, please submit your pr to the dev branch 👀

Most importantly: run a command to check the code before committing it🤞

# This will prevent your code from being reset
$ pnpm lint

License

Apache 2.0

FOSSA Status