8000 GitHub - rockhentai/admin-server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rockhentai/admin-server

Repository files navigation

tegg app

Hacker News showcase using tegg

QuickStart

本地开发环境设置

npm i
npm run docker:up

Development

npm i
npm run dev
open http://localhost:7001/

Don't tsc compile at development mode, if you had run tsc then you need to npm run clean before npm run dev.

Deploy

npm run tsc
npm start

Npm Scripts

  • Use npm run lint to check code style
  • Use npm test to run unit test
  • se npm run clean to clean compiled js at development mode once

Requirement

  • Node.js >= 16.x
  • Typescript >= 4.x

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0