https://github.com/keminghe/portfolio
Full stack personal portfolio and blog deployed to my own K8s cluster.
https://github.com/keminghe/portfolio
blog kubernetes mantine portfolio
Last synced: about 2 months ago
JSON representation
Full stack personal portfolio and blog deployed to my own K8s cluster.
- Host: GitHub
- URL: https://github.com/keminghe/portfolio
- Owner: KemingHe
- License: mit
- Created: 2025-04-26T21:31:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-26T21:31:42.000Z (about 1 year ago)
- Last Synced: 2025-04-29T10:03:03.930Z (about 1 year ago)
- Topics: blog, kubernetes, mantine, portfolio
- Language: TypeScript
- Homepage: https://keminghe.dev
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ⚠️ [Archived] ⚠️ Mantine Next.js template
> [!WARNING]
> **This repository is archived and no longer maintained.**
>
> - **Archived**: 2025-08-10 by [@KemingHe](https://github.com/KemingHe)
> - **Archive reason**: moved on to more focused agentic AI development
> - **Further inquries**: connect on [linkedin.com/in/keminghe](https://www.linkedin.com/in/keminghe)
This is a template for [Next.js](https://nextjs.org/) app router + [Mantine](https://mantine.dev/).
If you want to use pages router instead, see [next-pages-template](https://github.com/mantinedev/next-pages-template).
## Features
This template comes with the following features:
- [PostCSS](https://postcss.org/) with [mantine-postcss-preset](https://mantine.dev/styles/postcss-preset)
- [TypeScript](https://www.typescriptlang.org/)
- [Storybook](https://storybook.js.org/)
- [Jest](https://jestjs.io/) setup with [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)
- ESLint setup with [eslint-config-mantine](https://github.com/mantinedev/eslint-config-mantine)
## npm scripts
### Build and dev scripts
- `dev` – start dev server
- `build` – bundle application for production
- `analyze` – analyzes application bundle with [@next/bundle-analyzer](https://www.npmjs.com/package/@next/bundle-analyzer)
### Testing scripts
- `typecheck` – checks TypeScript types
- `lint` – runs ESLint
- `prettier:check` – checks files with Prettier
- `jest` – runs jest tests
- `jest:watch` – starts jest watch
- `test` – runs `jest`, `prettier:check`, `lint` and `typecheck` scripts
### Other scripts
- `storybook` – starts storybook dev server
- `storybook:build` – build production storybook bundle to `storybook-static`
- `prettier:write` – formats all files with Prettier