This project is the front-end related to my timetracker and is destined to be both the Web App and Desktop App (with Tauri).
Current State : under development - css and html are left shaky on purpose for now.
- First clone the back repository (and follow the steps to create a virtual environnement to launch it) :
git clone https://github.com/CandussoR/timetracker.git
- Clone this repository :
https://github.com/CandussoR/timetracker_front.git
cd
into your repo ;npm install
;- After having launched the back repo with the arg
--api
(see this readme), run this one withnpm run dev
.