Built using Next.js 14. The website features a blog powered by the Notion API, serving as the CMS. The design is inspired by Nev Flynn's Bento design, focusing on simplicity and user-friendly interfaces.
- Next.js 14: Utilizes the latest features of Next.js for fast rendering and efficient SEO optimization.
- Notion API: Integrates Notion as a headless CMS to manage and retrieve blog content dynamically.
- Responsive Bento Design: Adopts the aesthetic and functional principles of Bento design, customized for a unique look and feel.
Before you begin, ensure you have the following installed:
- Node.js (v16.x or later recommended)
- npm or yarn
-
Clone the repository:
git clone https://github.com/itsEricWu/ericwu.me.git
-
Install dependencies:
yarn install
-
Set up environment variables: Create a
.env.local
file in the root directory and add the following variables:OPENAI_API_KEY=exampleAPIKey NEXT_PUBLIC_MAPBOX_TOKEN=exampleAPIKey NEXT_PUBLIC_FIREBASE_API_KEY=exampleAPIKey SITE_URL=https://www.example.com
To run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
This website is ready to be deployed on platforms like Vercel, Netlify, or any other platform that supports Next.js. Follow the deployment documentation of your chosen platform for specific instructions.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.