1.0.7 • Published 2 years ago

commenting-service v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

npm.io npm.io Dependencies DevDependencies

📦 Build

Run npm run build to compile the reusable components

Then it should create another folder called comment-service-local outside the project folder

📦 Install

To install it on different projects, just add the path of the compiled project to the package.json

{
    "dependencies": {
        "comment-service": "file:{path}/comment-service-local"
    }
}

🔨 Local Development

To start the project, just run the following:

  yarn install
  npm run storybook

then go to http://localhost:6006/