Skip to content
This repository was archived by the owner on Apr 7, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 749 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 749 Bytes

This project uses Parcel and npm workspaces to work with react-wordpress-comments and see a demo.

Prerequisites

Node.js >= 16 must be installed for npm workspaces to work correctly.

Installation

  • Running npm install in the root of the repo will install all dependencies.

Demo Development Server

Dev server is serving our demo website that renders a component.

  • npm start will start server at http://localhost:1234 or another URL prompted in your console. Updating code will trigger hot reload of what you see on the screen.

Building

If you want to build, use these command:

  • npm run build will build the component and also bundle the demo app.