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".
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
helix-project-boilerplate
template and add a mountpoint in the fstab.yaml
npm install -g @adobe/helix-cli
hlx up
(opens your browser at http://localhost:3000
){repo}
directory in your favorite IDE and start coding :)