Getting Started with NextWiki
Installation
1. Clone the repository
BASH
1git clone https://github.com/barisgit/nextwiki.git
2. Install dependencies
BASH
1pnpm install
3. Configure environment
BASH
1cp .env.example .env.local
4. Database setup
BASH
1pnpm run db:generate
2pnpm run db:migrate
3pnpm run db:setup
5. Start development server
BASH
1pnpm run dev