My personal website.
Made for myself, usually at night with an incredible amount of ☕.
This is a Next.js project bootstrapped with create-next-app
.
- It’s minimal — but not boring
- No Tailwind, no Bootstrap — just raw SCSS and care
- Fits all screens like a tailored suit
- Typography and whitespace? Obsessively crafted
$ git clone https://github.com/iposho/kuzyak.in.git
$ cd kuzyak.in/
$ npm i
$ npm run dev
- Next.js - React framework
- TypeScript - Typed JavaScript
- Sass - CSS preprocessor
- ESLint - JavaScript/TypeScript linter
- Stylelint - CSS/SCSS linter
- Husky - Git hooks
- Vercel Analytics - Analytics
- Vercel Speed Insights - Performance monitoring
# Run in development mode
$ npm run dev
# Build for production
$ npm run build
# Run in production
$ npm run start
# Run linters
$ npm run lint
$ npm run stylelint
# Automatically fix issues
$ npm run lint:fix
kuzyak.in/
├── public/ # Static files
├── src/ # Source code
│ ├── app/ # Next.js App Router
│ ├── components/ # React components
│ ├── styles/ # Styles
│ └── utils/ # Utilities
├── .husky/ # Git hooks
└── ... # Configuration files
Contributions are welcome!
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the terms of the MIT License.