Getting Started
Welcome to Nextempura! This guide will help you get started with our Next.js documentation template.
Overview
Nextempura is a powerful documentation template built with Next.js 14, featuring:
- π Internationalization (i18n) support
- π Markdown-based documentation
- π¨ Beautiful, modern UI
- π Search functionality
- π± Responsive design
Quick Start
Get up and running in minutes with these simple steps.
Prerequisites
Before you begin, ensure you have the following installed:
- Node.js 18.x or higher
- pnpm (recommended) or npm
Installation
- Clone the repository:
git clone https://github.com/yourusername/nextempura.git
cd nextempura
- Install dependencies:
pnpm install
- Run the development server:
pnpm dev
- Open http://localhost:3000 in your browser.
Next Steps
Now that you have Nextempura running, explore these topics:
- Learn about the project structure
- Understand configuration options
- Start creating content