1.0.0 • Published 4 years ago
pylot-framework v1.0.0
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
1.0.0
4 years ago