mirror of
https://github.com/hisbaan/hisbaan.com.git
synced 2026-06-09 20:46:05 -04:00
My website, hisbaan.com
https://hisbaan.com
- MDX 62.5%
- TypeScript 34.8%
- CSS 2.5%
- JavaScript 0.2%
| src | ||
| .env.example | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| drizzle.config.ts | ||
| eslint.config.mjs | ||
| mdx-components.tsx | ||
| next.config.ts | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.mjs | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
This is the source code for hisbaan.com
Development
Clone the repository:
git clone git@github.com:hisbaan/hisbaan.com
cd hisbaan.com
Install dependencies:
pnpm install
Run dev environment:
pnpm run dev
Build the static site:
pnpm build
Serve the static site:
pnpm next