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
$ yarnStarting the development server:
$ yarn startCreate a production bundle inside the build folder:
$ yarn build