Skip to content

ESI-FAR/INA-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

530 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INA Tool

GitHub license Deploy app to GH Pages Build Research Software Directory Badge DOI

INA Tool is an open-source digital tool developed by the eScience Center aimed at supporting the regulatory framework design process by facilitating the study, analysis, and decision-making through data visualization and interaction.

The web application is running at https://ina-editor.tpm.tudelft.nl/.

INA

Development

You need Node.js >=22 or equivalent to develop the application.

# To install dependencies
npm install
# To run development server
# Will print the URL to open in the browser
npm run dev
# To build the application,
# after build host generated dist/ directory on a web server
npm run build
# To preview the production build
# Will print the URL to open in the browser
npm run preview
# To format
npm run format
# To lint
npm run lint
# To type check
npm run typecheck
# To run tests, tests are written with vitest and are named `*.test.ts[x]`.
npm run test
# To run e2e tests, tests are written with playwright and are in `tests/`.
npm run test:e2e
# To run e2e test in headfull dashboard mode
npm run test:e2e -- --headed --ui

The application is built with

Dev container

If you are using Visual Studio Code, you can use the dev container extension to run the application. The dev container is a pre-configured environment that includes all the necessary tools and dependencies to run the application.

When repository is opened in a devcontainer the website is running on http://localhost:5173 and will update when files are changed.

Bugs and Issues

Have a bug or an issue with this software? Open a new issue here on GitHub or drop a message to us.

AI Disclaimer

The documentation/software code in this repository has been partly generated and/or refined using GitHub CoPilot. All AI-output has been verified for correctness, accuracy and completeness, adapted where needed, and approved by the author.

About

A tool for visualising and analysing Institutional Statements

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages