English | 中文
supOS is an open-source Industrial Internet of Things (IIoT) platform.
- TypeScript: A superset of JavaScript that adds static types.
- Vite: A fast development server and build tool.
- React: A JavaScript library for building user interfaces.
- pnpm: A fast, disk space-efficient package manager.
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/supOS-Project/supOS-frontend.git
-
Install the dependencies:
pnpm install
-
Development:
pnpm start
-
Building for Production:
pnpm build
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.