3.3.4 • Published 2 years ago

publisher-console v3.3.4

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

Publisher Console

Getting Started

Basic Scipts

First Install

npm i && npm run build:dll

Start development server:

npm start

After adding npm package, call to rebuild assets:

npm run build:dll

Running the test server

npm run test

Create production version (generates "build" folder in the root): npm run build

Linting and Standardization

Before co

Editor Config

Set up editor config for you editor of choice here

You can see our selected setup here

ESLint

Our ESLint version and plugins are included with initial install.

Please make sure that you have configured your base Linter package for your editor of choice. After you can use the corresponding ESLint plugin found here

Commits that having linting failures will not pass CircleCI and will not be reviewed.