help-center-ui
v2.16.1
Published
UI for VTEX help center in React
Downloads
3
Maintainers
Readme
Help Center UI
This repository contains the UI for the new VTEX Help Center, built with React and the Contentful CMS.
The legacy website in WordPress still lives in http://live-vtex-help-center.pantheonsite.io and can be used normally; it will be shut down eventually, once all content and media is migrated.
Development
Install the NPM dependencies:
npm i
To run a local server, clone the help-center-server repository and follow its instructions.
The server builds the application into HTML that's readable by Google and other crawlers. For more information on this project, refer to the #dev-help channel on Slack.
References
Contentful Docs — Contentful is the CMS+API that provides the content for the Help Center.
Tachyons – Tachyons is the CSS toolkit used to style the application. tachyons-tldr is a good way to speed up your development.