Skip to content

devansh12b2/zowe-extension-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zowe Extension Store

License

Description

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.

Features

  • 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.

Installation

To install and set up the Zowe Extension Store on your local machine, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/zowe-extension-store.git
    
  2. Navigate to the project directory:

    cd zowe-extension-store
    
  3. Install the project dependencies using a package manager such as npm or yarn:

    npm install
    
  4. 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.

  5. Start the development server:

    npm start
    
  6. 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.

License

This project is licensed under the MIT License.