Releases: MSalman6/diamond-ui
Releases · MSalman6/diamond-ui
Beta v1.2.2
Steps to Run the Application
-
Download the
.zipFile- Download the attached
.zipfile (e.g.,v1.2.2-beta.zip).
- Download the attached
-
Unzip the File
- Open a terminal and navigate to the folder where the
.zipfile is downloaded. - Run:
unzip v1.2.2-beta.zip
- Open a terminal and navigate to the folder where the
-
Install
serve- If you don’t have
serveinstalled, run:npm install -g serve
- If you don’t have Node.js/npm, install it from nodejs.org.
- If you don’t have
-
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.
- Navigate to the extracted folder:
Troubleshooting
- Port in Use: If port
3000is busy,servewill use another port. Check the terminal for the correct URL. - Missing
serve: Ensure Node.js and npm are installed, andserveis installed globally.
This version is for Linux/macOS users.