Skip to content

smash273/Intelsoft-TEE-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelsoft TEE Project

Enterprise AI IT Support Portal with Intelligent Troubleshooting Agent

Prerequisites

  • Node.js >= 18.x
  • npm or yarn
  • Python 3.x (if backend requires it)

Setup

  1. Clone the repository:

bash git clone https://github.com//Intelsoft-TEE-Project.git

Install frontend dependencies:

cd frontend npm install

Install backend dependencies:

cd ../backend npm install # or pip install -r requirements.txt if Python backend

Start the development servers:

Frontend

cd frontend npm run dev

Backend

cd backend npm start # or python main.py

Notes

node_modules/ is not included in this repo. Run npm install to generate it locally. Make sure to configure environment variables if required by backend.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors