This is the source code for the Ella website. Bootstrapped using create-react-app.
Getting started:
$ git clone git@github.com:B-AIM-KnowledgeFlow/website.git ella-website
$ cd ella-website
$ yarn
Starting the development server:
$ yarn start
Create a production bundle inside the build
folder:
$ yarn build