/Paper

A custom media publishing platform.

Primary LanguageTypeScriptThe UnlicenseUnlicense

Paper

A custom media publishing platform.

prerequisites

  • node.js 12+
  • yarn

tech stack

  • typescript
  • vue.js
  • sass
  • pug
  • koa
  • webpack

installation

git clone https://github.com/Ai-Open-Source/Paper
cd Paper
yarn

commands

{
  "dev" // starts frontend and backend in development mode
  "build" // builds frontend
  "start" //
  "server:dev"
  "server:build"
  "client:dev"
  "client:build"
  "lint"
}