A tiny tool for monitoring and debugging your project.
Live at serverlog.vercel.app
-
Build All
yarn workspaces run build
-
Run
# All services will served in server with Express yarn server node .
Or, if you want to run in the local environment:
-
Build Server
yarn server build -w
-
Run Server
yarn server start
-
Run Web
# Define the REACT_APP_API_URL in web/.env first, then yarn web start
- Like this repo <3
- Send an issue
- Or, fork and send us a pull request to
main
branch