Testaustime / testaustime-frontend

Frontend for the time tracking system Testaustime
https://testaustime.fi
MIT License
17 stars 11 forks source link
react time-tracker time-tracking

Testaustime-frontend

This repository contains the code for the frontend of Testaustime. It is a time-tracking application for tracking time spent on coding. Currently we have editor extensions for Visual Studio Code, Neovim, IntelliJ and Micro.

Development

First, install the necessary packages with npm install

To start the development server, run npm run dev. It will automatically refresh the page when you make changes to the code.

To run the tests, run npm test.

Production

You can build the project by running npm run build, which will generate the projects files to the dist folder. To preview the production build, run npm run preview.

Contributing

Thank you for considering contributing to this project! Please follow these guidelines when making a pull request: