This is the device WebUI for the awesome PixelIt Project.
-
Clone the Repository
- Clone the project repository to your local machine:
git clone https://github.com/pixelit-project/PixelIt.WebUI.git
- Clone the project repository to your local machine:
-
Navigate to the Project Directory
- Change into the project directory:
cd PixelIt.WebUI
- Change into the project directory:
-
Install Dependencies
- Install the necessary dependencies using
npm
:npm install
- Install the necessary dependencies using
-
Set Up Environment Variables
- Copy the example environment file to a new
.env.local
file:cp .env.local.example .env.local
- On Windows, use:
copy .env.local.example .env.local
- Edit the
.env.local
file to suit your specific needs.
- Copy the example environment file to a new
-
Start the Development Server
- Run the following command to start the development server:
npm run serve
- On Windows, if applicable, use:
npm run serve-win
- The server will start on port
8080
. You can access it athttp://localhost:8080
.
- Run the following command to start the development server: