SUSI.AI is an artificial intelligence combining pattern matching, internet data, data flow principles and inference engine principles. It will have some reflection abilities and it will be able to remember the users' input to produce deductions and a personalized feedback. Its purpose is to explore the abilities of an artificial companion and to answer the remaining unanswered questions. The accounts.susi.ai repo is a front-end web application that is developed for managing user accounts of SUSI.AI. The project is hosted on gh-pages at https://accounts.susi.ai.
Please join our mailing list to discuss questions regarding the project: https://groups.google.com/group/susiai/
Our chat channel is on gitter here: https://gitter.im/fossasia/susi_server
- HTML - Structure of the web page generated.
- CSS - Styling options and details of the web page.
- Javascript(JSON) - Used to store information for deploying the application such as dependencies.
- ReactJS - Structure for deployment of the web page.
- node --version >= 6
- npm --version >= 3
- Step 1: Fork accounts.susi.ai repository and clone it to your desktop
- Step 2: Then cd into that cloned folder
- Step 3: Install all the dependencies by running :
$ sudo npm install
- Step 4: Run on http://localhost:3000 by running :
$ npm run start
- Step 5: Build locally by running :
$ npm run build
- Step 6: To deploy at a url use :
$ npm run deploy
Running on Surge
Click this picture to see video about deploy!
- Step 1: Install Surge:
$ npm install -g surge
- Step 2: Then cd into the cloned chat.susi.ai folder
- Step 3: Build the app:
$ npm run build
- Step 4: Go to the build directory:
cd build
- Step 5: Run Surge:
surge
- Step 6: Follow the prompts and provide an e-mail address and a password.
- Step 7: Go to the URL that appears after the above process is finished, and provide this link in the PR for testing your changes.
Still having problems? Watch this video to clear your doubts How to setup SUSI web-chat with surge
-
Chat bubbles Colour-
-
Toggle Colour-
-
User Feedback Colour-