Installation
This guide explains how to install DewKit for the first time.
Prerequisites
- Go (latest stable)
- Node.js (18+)
- PostgreSQL
- Redis
Clone Repository
bash
git clone https://github.com/santoshkpatro/dewkit
cd dewkitBuild Project
bash
go run buildThis will compile the backend binary and frontend assets.
Initial Installation
Run the install command once to initialize the database:
bash
./dewkit installThis command applies schema.sql and performs first-time setup.