🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@vtex/faststore-plugin-buyer-portal

Package Overview
Dependencies
Maintainers
62
Versions
287
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/faststore-plugin-buyer-portal

A plugin for faststore with buyer portal

latest
npmnpm
Version
1.3.83
Version published
Weekly downloads
1.4K
92.54%
Maintainers
62
Weekly downloads
 
Created
Source

How to Run the project locally

  • Step 1: Clone this repo, the Buyer Portal
  • Step 2: Clone the store repo
  • Open two terminals, one at the Buyer Portal Repo, one at the Store Repo

On the Buyer Portal Repo:

  • Run yarn
  • Run yarn link - You will get a return with @vtex/faststore-plugin-buyer-portal

On the Store Repo:

  • Run yarn link @vtex/faststore-plugin-buyer-portal
  • Run yarn
  • Run yarn dev to start your local server
  • You will acess the Organization Account via: localhost:3000/pvt/organization-account
  • Go to b2bdev.vtexfaststore.com/login and log-in as a user that has already been added to an Unit. If you don't have one, contact someone on the B2B - Enabler
  • Go to copy your VtexIdclientAutCookie_b2bfaststoredev cookie
  • Create a cookie in your localhost:3000 with the VtexIdclientAutCookie_b2bfaststoredev key and the value you just copied
  • Go to localhost:3000/pvt/organization-account

Developing

  • Make your changes at the Buyer Portal repo
  • To test your changes, stop your local server and start it again with the yarn dev on the Store Repo

FAQs

Package last updated on 05 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts