City of Detroit chatbot build to provide quick information to citizens.
This project was created using:
- React for application state management.
- Parcel as a web application bundler.
- Cypress for testing.
- Yarn for 3rd party library use and management.
Please make sure these are installed locally
-
Download the repo.
$ git clone [email protected]:CityOfDetroit/chatbot.git -
Install node dependencies.
$ yarn install -
Run local instance.
$ yarn start -
Run test suite.
$ yarn test -
Create production build.
$ yarn build
- SLACK - #webteam
- GitHub - https://github.com/CityOfDetroit/chatbot