The Zowe Extension Store is a project that provides a centralized platform for developers to share and discover extensions for the Zowe. It allows users to easily find and install extensions that enhance the functionality of their Zowe environment.
- Feature 1: Browse and discover a wide range of extensions for Zowe.
- Feature 2: Install and manage extensions with ease.
- Feature 3: Enhance the functionality of your Zowe environment.
To install and set up the Zowe Extension Store on your local machine, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/your-username/zowe-extension-store.git
-
Navigate to the project directory:
cd zowe-extension-store
-
Install the project dependencies using a package manager such as npm or yarn:
npm install
-
Configure the project by creating a
.env
file in the root directory and providing the necessary environment variables. You can use the.env.example
file as a template. -
Start the development server:
npm start
-
Open your web browser and visit
http://localhost:3000
to access the Zowe Extension Store.
Note: Make sure you have Node.js and npm (or yarn) installed on your machine before proceeding with the installation.
This project is licensed under the MIT License.