From 6aaadd9c11c7c57b0ee92045b305e052956fc8d9 Mon Sep 17 00:00:00 2001 From: zaphostingpreview Date: Wed, 16 Sep 2026 10:48:56 +0000 Subject: [PATCH] Initial commit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5717d7 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# ZapX Panel + +Customer control panel frontend. Built with Next.js + TypeScript. + +## Getting started + +```bash +npm install +npm run dev +```