Development
Learn how to set up and run the OpsiMate project locally for development.
Prerequisites​
- Node.js (v18 or higher)
- npm (v8 or higher)
- Git
Getting Started​
1. Clone the Repository​
git clone https://github.com/opsimate/opsimate.git
cd opsimate
2. Install Dependencies​
pnpm install
3. Build the Project​
pnpm run build
4. Start client and server​
pnpm run dev
The Client will be available at http://localhost:8080
The Server will be available at http://localhost:3001
Development Commands​
pnpm run test
- Run test suitepnpm run lint
- Check code quality