Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 949 Bytes

File metadata and controls

35 lines (25 loc) · 949 Bytes

Quick Start Guide

Starting the Application

On macOS:

  1. Simply double-click the start-app.command file
  2. A Terminal window will open and start the server
  3. Open your browser and go to: http://localhost:3000

On Windows:

If you're using Windows, you can create a start-app.bat file with the following content:

First Time Setup

If this is your first time running the application:

  1. Make sure you have Node.js installed (download from https://nodejs.org/)
  2. Open Terminal or Command Prompt
  3. Navigate to this directory
  4. Run: npm install
  5. Run: node make-executable.js (macOS only)
  6. Now you can use the quick start method above

Stopping the Application

To stop the server:

  1. Go to the Terminal window that opened
  2. Press Ctrl+C

Troubleshooting

If you encounter any issues:

  1. Make sure Node.js is installed
  2. Try running npm install in this directory
  3. Try starting manually with node server.js