This repo is an Helix/Franklin/NGC/SuccessEdge/EDN project that will serve as the basis for showcasing Project Crosswalk's ability to leverage a Helix project (this codebase) within Universal Editor and to serve the composed experience over the Helix "Edge Delivery Network".
- Preview: https://main--lovesac--tuckerelliott.hlx.page/
- Live: https://main--lovesac--tuckerelliott.hlx.live/
- Lovesac Staging: https://staging.lovesac.com/graphql
Currently there is a CORs issue preventing the configurator from showing in a normal context. You can disable CORs Restrictions in Safari in Develop
>> Disable CORs Restrictions
.
This repository has a .devcontainer
directory suitable for running the project in vscode or Github Codespaces. By default, the devcontainer will install node dependancies and run hlx up
resulting in a development server spawning on port 3000
.
templates/blank.html
contains a representation of a lovesac page. There is a <content>
div around line 310 that can be used to anchor content.
Fetched with Firefox
npm i
npm run lint
- Create a new repository based on the
helix-project-boilerplate
template and add a mountpoint in thefstab.yaml
- Add the helix-bot to the repository
- Install the Helix CLI:
npm install -g @adobe/helix-cli
- Start Franklin Proxy:
hlx up
(opens your browser athttp://localhost:3000
) - Open the
{repo}
directory in your favorite IDE and start coding :)