0.0.0 ⢠Published 3 months ago
@simbashrd/docs v0.0.0
@simbashrd/docs
š Documentation for simbashrd's Blog Projects
This repository contains the documentation for simbashrd's blog projects, built using Next.js and other modern tools.
š Getting Started
Installation
First, make sure you have pnpm installed. Then, install dependencies:
pnpm install
Development
To start the local development server, run:
pnpm dev
This will start the Next.js app on http://localhost:3002.
Building the Project
To build the project for production:
pnpm build
If you need to generate MDX content
pnpm build:mdx
Linting & Type Checking
Run the linter to check for code style issues:
pnpm lint
To automatically fix linting errors:
pnpm lint:fix
To check for TypeScript errors:
pnpm type-check
š¦ Project Structure
.
āāā public/ # Static assets
ā āāā img/ # Images
āāā src/ # Source code
ā āāā components/ # Reusable UI components
ā āāā templates/ # MDX templates
ā āāā index.ts # Entry point
āāā package.json # Project dependencies & scripts
āāā tsconfig.json # TypeScript configuration
āāā eslint.config.mjs # ESLint configuration
0.0.0
3 months ago