Skip to content

climate-change-bot/website

Repository files navigation

Website for Climate Change Bot

ci

This is the website of the Climate Change Bot project. The goal of this project is to develop a chatbot that can answer questions about climate change.

Code Entry Points

  • All main pages are in the folder pages
  • The vue.js components used in the pages are in the folder components
  • The static content of the website like images are in the folder static
  • The API to redirect calls to the chatbot is defined in api/rasaAPI.js

Running the Code

Only described for linux.

  • Install first Node.js 16.
  • Open console and navigate to website folder.
  • Install all node.js dependencies
npm install 
export RASA_API=http://127.0.0.1:5005
export API_URL=http://localhost:3000

npm run dev