# Universal Comments System ## Build Build and run on port 3002. ```sh (npm run build; cd dist/assets; mv *.js index.js; mv *.css index.css; warp --port 3002) ``` ## Use In your HTML, add the following: ```html
```