/cn-website

Primary LanguageJavaScriptApache License 2.0Apache-2.0

netcentric.biz Relaunch

Relaunch of the netcentric.biz website.

Environments

Installation

npm i

Tests

npm tst

Local development

  1. Clone this repository
  2. Install the Helix CLI: npm install -g @adobe/helix-cli
  3. 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.
  4. Start Helix Pages Proxy: hlx up (opens your browser at http://localhost:3000)
  5. Open the netcentric directory in your favorite IDE and start coding :)