- ⚡ Quick Start
- Deploying
- Demo
- Technology Stack
- Continuous Testing, Integration and Deployment
- Research
- Contact
- License
First, download the latest version of Node.js.
Install the Ionic CLI globally: npm install -g ionic
Clone this repository through
- GitHub CLI
gh repo clone VilleFTW/Tracing-Lens
- or, if you have git installed
git clone https://github.com/VilleFTW/Tracing-Lens.git
Run npm install
to install the required dependencies
Run ionic serve
to launch the application
Note: See How to Prevent Permissions Errors if you are running into issues when trying to install packages globally.
- Run
ionic build --prod
- Push the
www
to the hosting service
If you would like to know more about the research proposal behind the scenes, it has been made available in another repository.