SCIFR: Single Self-Contained Interactive File Report using single-page application framework
### Develop your Scifr
#install scifr boilerplate
npx create-scifr my-awesome-scifr
#start the development server
cd my-awesome-scifr && npm run dev
### Design and add more components, input data, states, etc.
#then build your scifr
npm run build