LanceMoe / openai-translator

A translator that uses OpanAI.
https://translator.lance.moe
GNU General Public License v3.0
398 stars 62 forks source link

How to build in local environment? #7

Closed debugAllTheTime closed 1 year ago

debugAllTheTime commented 1 year ago

sry to bother you. but i don;t know how to build in local environment. Could you please help me ?

LanceMoe commented 1 year ago

Just install pnpm: https://pnpm.io/installation

Then install deps: pnpm install

Then run: pnpm dev

debugAllTheTime commented 1 year ago

Thank you. I'll try right now