root 6 mesi fa
parent
commit
03c88caf2d
1 ha cambiato i file con 19 aggiunte e 0 eliminazioni
  1. 19 0
      readme.md

+ 19 - 0
readme.md

@@ -0,0 +1,19 @@
+启动前端
+/home/ubuntu/hyperliquid-demo
+source dex/bin/activate
+cd frontend
+npm run dev
+(npm run build是 编译)
+
+启动后端
+
+/home/ubuntu/hyperliquid-demo
+source dex/bin/activate
+cd backend
+nohup uvicorn main:app --reload --host 0.0.0.0 --port 8000 &
+
+ps -ef|grep next  main uvicorn 
+ kill
+
+前端 http://101.32.51.95:5174
+后端 http://101.32.51.95:8000