Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.01 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.01 KB

vercel

server.log()

A tiny tool for monitoring and debugging your project.

Live at serverlog.vercel.app

Getting Started

  • 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

How to Contribute

  1. Like this repo <3
  2. Send an issue
  3. Or, fork and send us a pull request to main branch

License

MIT

high-five