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: 6 days ago
JSON representation
City of Detroit chatbot build to provide quick information to citizens.
- Host: GitHub
- URL: https://github.com/cityofdetroit/chatbot
- Owner: CityOfDetroit
- License: mit
- Created: 2020-04-02T18:18:49.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-11T05:25:44.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:56:38.235Z (7 months ago)
- Topics: chatbot-city, citizens, detroit-chatbot
- Language: JavaScript
- Homepage:
- Size: 2.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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