This repository contains the source code for a smart home project, which includes a C# backend and a Svelte user interface.
The smart home project includes the following features:
To get started with the smart home project, you will need to clone this repository and set up the backend and frontend components.
The backend of the smart home project is built using C# and .NET. To set up the backend, follow these steps:
backend
directory in the repository.dotnet restore
to restore the project dependencies.dotnet run
to start the backend server.The backend server should now be running on port 5000.
The user interface of the smart home project is built using Svelte. To set up the frontend, follow these steps:
frontend
directory in the repository.npm install
to install the project dependencies.npm run dev
to start the frontend server.The frontend server should now be running on port 3000.
To use the smart home project, open a web browser and navigate to http://localhost:3000
. You should see the user interface for the smart home project. From here, you can log in, view and control smart home devices, and manage your account settings.
If you would like to contribute to the smart home project, please follow these guidelines:
The smart home project is licensed under the MIT License. See the LICENSE
file for more information.