carter.terryfamily.com

Running the server locally

  1. Install dependencies (Node.js required):
    npm install
    
  2. Start the server:
    npm start
    

    Or run directly: node server.js

  3. Open the site in your browser at http://localhost:3000.

To use a different port, set the PORT environment variable before starting (e.g. PORT=8080 npm start).