OPML-WEBUI

Run Locally

Client:

cd client
npm install
npm run dev

Server:

cd server
npm install
npm start