Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/CityOfDetroit/chatbot

City of Detroit chatbot build to provide quick information to citizens.
https://github.com/CityOfDetroit/chatbot

chatbot-city citizens detroit-chatbot

Last synced: about 1 month ago
JSON representation

City of Detroit chatbot build to provide quick information to citizens.

Lists

README

        

# chatbot
City of Detroit chatbot build to provide quick information to citizens.

## Getting Started

This project was created using:
- [React](https://reactjs.org/) for application state management.
- [Parcel](https://parceljs.org/) as a web application bundler.
- [Cypress](https://www.cypress.io/) for testing.
- [Yarn](https://yarnpkg.com/) for 3rd party library use and management.

Please make sure these are installed locally

## Setup Local Environment.

1. Download the repo.
```
$ git clone [email protected]:CityOfDetroit/chatbot.git
```
2. Install node dependencies.

```
$ yarn install
```

3. Run local instance.
```
$ yarn start
```

4. Run test suite.
```
$ yarn test
```

4. Create production build.
```
$ yarn build
```
## Resources

* SLACK - #webteam
* GitHub - https://github.com/CityOfDetroit/chatbot