Skip to content

Releases: MSalman6/diamond-ui

Beta v1.2.2

18 Mar 12:38
7e648f6

Choose a tag to compare

Steps to Run the Application

  1. Download the .zip File

    • Download the attached .zip file (e.g., v1.2.2-beta.zip).
  2. Unzip the File

    • Open a terminal and navigate to the folder where the .zip file is downloaded.
    • Run:
      unzip v1.2.2-beta.zip
  3. Install serve

    • If you don’t have serve installed, run:
      npm install -g serve
    • If you don’t have Node.js/npm, install it from nodejs.org.
  4. Run the Application

    • Navigate to the extracted folder:
      cd path/to/extracted/folder
    • Start the app:
      serve -s dist
    • Open your browser and go to http://localhost:3000.

Troubleshooting

  • Port in Use: If port 3000 is busy, serve will use another port. Check the terminal for the correct URL.
  • Missing serve: Ensure Node.js and npm are installed, and serve is installed globally.

This version is for Linux/macOS users.