1.0.0 • Published 3 years ago

pylot-framework v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

Corra Pylot Framework

Development Instance URL: pylot.pwa.corralive.com

Features

  • Performant by default
  • SEO Ready
  • Internationalization
  • Responsive
  • UI Components
  • Theming
  • Standardized Data Hooks
  • Integrations - Platform Agnostic

Integrations

Pylot integrates out-of-the-box with Magento. We plan to support all major ecommerce backends.

Getting Started

API_GATEWAY_URL=https://dev.gateway.pylot.store/graphql
NEXT_PUBLIC_API_GATEWAY_URL=$API_GATEWAY_URL
NEXT_PUBLIC_STORE_CODE=$BASE_STORE_CODE
docker build --build-arg NPM_TOKEN={Your-NPM-Token} -t pylot-framework .

Above command will create a docker image using https://dev.gateway.pylot.store/graphql as API_GATEWAY_URL. If you want to build an image with custom API_GATEWAY_URL, use command below.

docker build --build-arg NPM_TOKEN={Your-NPM-Token} --build-arg API_GATEWAY_URL={CUSTOM_API_GATEWAY_URL} -t pylot-framework .
docker run -p3000:3000 --name pylot-framework pylot-framework 
@corratech/pylot-account-header@corratech/pylot-account-information@corratech/pylot-account-newsletter@corratech/pylot-address-book@corratech/pylot-auth@corratech/pylot-auth-manager@corratech/pylot-breadcrumbs@corratech/pylot-cart@corratech/pylot-cart-manager@corratech/pylot-checkout-generics@corratech/pylot-checkout-order-summary@corratech/pylot-checkout-payment@corratech/pylot-checkout-payment-methods@corratech/pylot-checkout-set-cart-address@corratech/pylot-checkout-shipping@corratech/pylot-checkout-sign-in@corratech/pylot-dropdown@corratech/pylot-filters-and-sort@corratech/pylot-footer-newsletter@corratech/pylot-gtm@corratech/pylot-image@corratech/pylot-locale-pickers@corratech/pylot-megamenu@corratech/pylot-orders@corratech/pylot-plp-grid@corratech/pylot-plpsubcategory@corratech/pylot-price@corratech/pylot-product-gallery@corratech/pylot-product-giftcard@corratech/pylot-promobanner@corratech/pylot-recently-viewed@corratech/pylot-rich-content@corratech/pylot-seo@corratech/pylot-store-credit@corratech/pylot-swatches@corratech/pylot-tag-manager@corratech/pylot-ui@corratech/pylot-utils@corratech/pylot-variant-selector@corratech/pylot-wishlist@corratech/pylot-yotpo@corratech/pylot-zoom-image@reach/portal@tailwindcss/ui@types/swiper@vercel/fetchbody-scroll-lockbowserclassnamescookieemail-validatorjarallaxjs-cookielodash.debouncelodash.throttlenextnext-i18nextnext-plugin-preactnext-pwanext-seonext-themespostcss-nestingpreactpreact-render-to-stringreactreact-cookiereact-domreact-featherreact-hook-formreact-loading-skeletonreact-merge-refsreact-outside-click-handlerreact-prismazoomreact-slickreact-ssr-prepassreact-tabsreact-tickerslick-carouselswiperswrtabbabletailwindcssuse-media
1.0.0

3 years ago