A custom media publishing platform.
- node.js 12+
- yarn
- typescript
- vue.js
- sass
- pug
- koa
- webpack
git clone https://github.com/Ai-Open-Source/Paper
cd Paper
yarn
{
"dev" // starts frontend and backend in development mode
"build" // builds frontend
"start" //
"server:dev"
"server:build"
"client:dev"
"client:build"
"lint"
}