Skip to content

starhoshi/AlcatrazSearch

Repository files navigation

AlcatrazSearch

starhoshi.github.io/AlcatrazSearch - Search Alcatraz more better.

screenshot.png (1228×933)

Build Status Dependency Status Codacy Badge Code Climate MIT License

Getting Started

Requirement:

  • NodeJS 4+

Install dependencies:

npm install
typings install

Running development server

Run webpack dev server (for assets):

npm run dev-server

Visit http://localhost:2992

build for production

Output build/public:

npm run build

deploy GitHub Pages

Output build/public and deploy gh-pages:

npm run deploy

Testing

To run tests, use:

npm test

Reference