The Flexibility Structure Analyzer is a web-based tool that allows people who wish to design a flexible system to check and verify whether their designed system's structure is as efficient as a fully flexible system.
Team leads: Sigrún Andradóttir, Hayriye Ayhan, Douglas G. Down.
Student contributors of the initial version: Matt Fielding, Edward Peng, and Alvin Poon.
Design & development of the new version: Hanane Zlitni.
# install dependencies
$ npm run install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generateSee Nuxt.js docs for more information.