A personal portfolio website built with Next.js, showcasing my background, skills, projects, and certifications.
- Next.js 16
- TypeScript
- Tailwind CSS
- Shadcn UI
- Node.js 18+ or Bun
- Package manager: npm, yarn, pnpm, or bun
# Clone the repository
git clone https://github.com/shio265/profile.git
cd profile
# Install dependencies
npm install
# or
bun install- Rename
.env.exampleto.env - Fill variable
Run the development server:
npm run dev
# or
bun devOpen http://localhost:3000 to view the application.
Build the application for production:
npm run build
# or
bun run buildStart the production server:
npm start
# or
bun startapp/ # Next.js app directory
components/ # React components
tabs/ # Tab section components
ui/ # UI components
hooks/ # Custom React hooks
lib/ # Utility functions
public/ # Static assets
- Font: Proxima Soft by marksimonson
- Programing KawaiiLogos by SAWARATSUKI
See LICENSE file for details.