The OAN Provider app is designed for content creators who wish to manage and publish content to the OAN Seeker app. The provider app allows you to easily create, view, edit, and delete content, including titles, descriptions, and media associated with the content.
-
Features:
-
Publish Content: Add new content with titles, descriptions, and media files (images, videos, etc.).
-
List Content: View all the content you've created, and edit or delete them as needed.
To get started, clone the repository and install the required dependencies:
git clone https://github.com/OpenAgriNet/OAN-Provider-UI.gitNavigate to the project folder:
cd OAN-Provider-UIInstall dependencies:
npm installStart the development server with the following command:
npm run dev