Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 660 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 660 Bytes

bangumi-list-v3

Development

$ npm install
$ cp packages/server/.env.example packages/server/.env
$ npm run dev
  • Client pages hosted on http://localhost:3000/
  • Server API hosted on http://localhost:3000/api/v1/. Please check API Doc

Install dependency

$ npm install local-dependency -w packages/client
$ npm install shared-dependency

Release

$ npm run build
$ npm run start

Docker

$ docker build --tag wxt2005/bangumi-list-v3:latest --build-arg GA_ID=UA-xxx .
$ docker run -p 3000:3000 --env-file .env  -v /path/to/run:/app/.run -d wxt2005/bangumi-list-v3