This is a personal portfolio website showcasing wookingwoo's projects and skills.
- Portfolio collection with thumbnails
- Personal introduction
- Links to social media and contact information
- Technical skills showcase
- Hobbies section with travel map
- Next.js
- React
- TypeScript
- Tailwind CSS
- Framer Motion
- Google Maps API
- Node.js (v14 or later)
- npm
-
Clone the repository
git clone https://github.com/wookingwoo/wookingwoo-landing.git cd wookingwoo-landing
-
Install dependencies
npm install
-
Create a
.env.local
file in the root directory and add your Google Maps API key:NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_google_maps_api_key
-
Run the development server
npm run dev
-
Open http://localhost:3000 in your browser to see the result.
npm run build
npm run start