Relaunch of the netcentric.biz website.
- Preview: https://main--netcentric--hlxsites.hlx.page/
- Live: https://main--netcentric--hlxsites.hlx.live/
npm i
npm tst
- Clone this repository
- Install the Helix CLI:
npm install -g @adobe/helix-cli
- Create .env file with the value:
HLX_PAGES_URL=https://<your-branch>--netcentric--hlxsites.hlx.page/
where is the branch you're using for development. This is a workaround for a helix issue with private repositories. - Start Helix Pages Proxy:
hlx up
(opens your browser athttp://localhost:3000
) - Open the
netcentric
directory in your favorite IDE and start coding :)