Features
Installation
From App Store
Open the App Store in zOS and search for "Contacts".
Via npm
npm install @zos-apps/contacts
How to Use
- Click + to add contact
- Search to find contacts
- Click to view details
Development
# Install dependencies
npm install
# Start development
npm run dev
# Build for production
npm run build