Skip to content

guansss/userscripts

Repository files navigation

userscripts

My userscript project.

Development

This project uses webpack-monkey, please refer to its documentation for the workflow.

# install dependencies
npm i

# start dev server and serve all the scripts
npm run dev

# build all the scripts
npm run build