I built this as a personal tool for my own use not because i wanted to but due to necessity.
- No guarantees. If it breaks, that’s unfortunate — but that’s also your situation now.
- No responsibility. Use it at your own risk; I’m not liable for anything that happens from using it.
- No maintenance promises. I’m not planning to maintain this for anyone else, provide support, or take feature requests.
If you still want to use it anyway: bold choice. Proceed.
- node.js
- npm
# Clone the repository
git clone https://github.com/mithila-abhayasinghe/linked.git
cd linked
# Install dependencies
npm install
# Run the application
npm start# Build for Linux
npm run build:linuxThe built application will be in the dist folder.