npm install or yarn install
npm start or yarn start
Initial proof-of-concept. [IN PROGRESS]
- Search
- Implement Tests with Mocha
- Adapt old code for the Aribnb Style Guide
- Renderer ReactElements to simple DOM
- Back End with Elastich Search + MongoDb
- Amamzon Alexa API
Before submitting a pull request, please make sure the following is done:
- Fork the repository and create your branch from
master
. - Run
yarn
in the repository root. - If you've fixed a bug or added code that should be tested, add tests!
- Ensure the test suite passes (
yarn test
). Tip:yarn test --watch TestName
is helpful in development. - Create a pull request to the dev branch.
- for more details you can see How to fork and how to make a pull request