ericwu.me


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.
Before you begin, ensure you have the following installed:
Clone the repository:
git clone https://github.com/itsEricWu/ericwu.me.gitInstall dependencies:
yarn installSet 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 devOpen 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.