alpha
Craft your own web-based chatbot
File Explorer
Download Latest Version (.zip)- index.js
- _initialBubbles.js
- _nextBubble.js
- _recommendationBubbles.js
- BotConstants.js
- BotMailer.js
- BotMind.js
- Interpreter.js
- recommendationBags.js
- responseTypes.js
- StateFormatter.js
- index.test.js
- index.js
- messages.js
- index.test.js
- CloseSvg.jsx
- ExpandSvg.js
- index.js
- styledComponents.js
- index.test.js
- index.js
- styledComponents.js
- index.test.js
- index.js
- index.test.js
- index.js
- index.test.js
- index.js
- refreshWhite.svg
- sendWhite.svg
- styledComponents.js
- index.test.js
- selectors.test.js
- constants.js
- index.js
- selectors.js
- actions.test.js
- index.test.js
- reducer.test.js
- sagas.test.js
- selectors.test.js
- actions.js
- constants.js
- index.js
- reducer.js
- sagas.js
- selectors.js
- actions.test.js
- index.test.js
- reducer.test.js
- sagas.test.js
- selectors.test.js
- actions.js
- constants.js
- index.js
- reducer.js
- sagas.js
- selectors.js
- index.test.js
- index.js
- messages.js
- actions.test.js
- index.test.js
- reducer.test.js
- selectors.test.js
- actions.js
- constants.js
- index.js
- reducer.js
- selectors.js
- index.test.js
- index.js
- messages.js
- actions.test.js
- index.test.js
- reducer.test.js
- selectors.test.js
- actions.js
- constants.js
- index.js
- reducer.js
- selectors.js
- boilerplateCSS.js
- linkIcon.svg
- linkIcon2.svg
- styleVariables.js
- i18n.test.js
- store.test.js
- en.json
- asyncInjectors.test.js
- asyncInjectors.js
- .htaccess
- .nginx.conf
- app.js
- favicon.ico
- global-styles.js
- i18n.js
- index.html
- manifest.json
- reducers.js
- routes.js
- store.js
- es6.js.hbs
- es6.pure.js.hbs
- index.js
- messages.js.hbs
- stateless.js.hbs
- test.js.hbs
- actions.js.hbs
- actions.test.js.hbs
- constants.js.hbs
- index.js
- index.js.hbs
- messages.js.hbs
- reducer.js.hbs
- reducer.test.js.hbs
- sagas.js.hbs
- sagas.test.js.hbs
- selectors.js.hbs
- selectors.test.js.hbs
- test.js.hbs
- add-locale-data.hbs
- app-locale.hbs
- format-translation-messages.hbs
- index.js
- intl-locale-data.hbs
- polyfill-intl-locale.hbs
- translation-messages.hbs
- translations-json.hbs
- index.js
- route.hbs
- routeWithReducer.hbs
- componentExists.js
- index.js
- cssModule.js
- image.js
- checkmark.js
- progress.js
- xmark.js
- analyze.js
- clean.js
- dependencies.js
- extract-intl.js
- generate-templates-for-linting.js
- npmcheckversion.js
- test-bundler.js
- webpack.base.babel.js
- webpack.dev.babel.js
- webpack.dll.babel.js
- webpack.prod.babel.js
- config.js
- frontendMiddleware.js
- index.js
- logger.js
- .dockerignore
- .eslintrc.json
- .gitignore
- .lgtm
- .travis.yml
- app.json
- appveyor.yml
- docker-compose.yml
- Dockerfile
- LICENSE.md
- package.json
- Procfile
- README.html
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/IcaliaLabs/alpha
Downloads the entire project code from GitHub to your computer.
cd alpha
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker-compose up release
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
