4cadia / janus.webapp.search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Janus Dapp Search

Search front-end is an interface that allows the user to search for websites and contents that were indexed in the Janus platform. The search interface is an easy way to find websites and contents uploaded on the blockchain, it locates the matching tags the user is looking for with the ones on the system and return a list of results that may interest for the user.

Installation

# install dependencies
npm install

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

# run lint code highlight
npm run lint

# run lint fix code
npm run fix

# run build production and send the dist folder to another branch
npm run deploy

Contributing

  1. Fork it (https://github.com/4cadia/janus.cli.indexer/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About


Languages

Language:JavaScript 54.7%Language:Vue 41.2%Language:CSS 2.7%Language:HTML 1.4%