-
Notifications
You must be signed in to change notification settings - Fork 7
Getting Started
hieuck edited this page Jul 5, 2026
·
1 revision
- Node.js 22+
- pnpm 10+
- Docker + Docker Compose (optional, recommended)
# Clone the repo
git clone https://github.com/hieuck/Smart-ERP-Next.git
cd Smart-ERP-Next
# Install dependencies
pnpm install
# Start Postgres + Redis + API in Docker
pnpm docker:dev
# In another terminal, start the web dev server
pnpm dev:webOpen http://localhost:3000 and log in.
- Install PostgreSQL 16 and create a database.
- Copy
apps/api/.env.exampletoapps/api/.envand fill in the connection string. - Run
pnpm db:migratethenpnpm dev:apiandpnpm dev:web.
See docs/runbooks/release-playbook.md for environment-specific details.