Skip to content

varlogs/agamotto

Repository files navigation

Agamotto

The varlogs dashboard for searching and filter logs. Offers live streaming and data range filtering. Provides collective analytics and reports based on daily logs

Installation

npm install --global yarn # install yarn
git clone [email protected]:Justin-lu/react-redux-antd.git demo
cd demo
yarn

npm run start

npm scripts

# dev start with test/lint
npm run start 

# prodction start with browser-sync server
npm run start:prod

# production build
npm run build

# mock data
npm run start:mock

# run test
npm run test

# generate test cover report
npm run test:cover

eslint

  • enable pre-commit hook
cd .git/hooks/ && ln -s ./../../tools/pre-commit pre-commit

Releases

No releases published

Packages

No packages published