This is an application based off taskboards like github issues to allow me to manage my tasks. There are several features I am implementing based on my ideal design for a task management system.
At the moment the application is a simple svelte app. Electron.js to be enabled ot allow for desktop usability.
Install Node.js and NPM.
Navigate to the frontend directory:
cd frontend
Run a clean install of the dependencies:
npm ci
Navigate to the frontend directory:
cd frontend
To test in dev run:
npm run dev
To run a production build run:
npm start