Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/multipletwigs/zachfolio-v2
Personal Portoflio Sites featuring projects I've done using Notion as a CMS
https://github.com/multipletwigs/zachfolio-v2
nextjs react tailwind tailwindcss vercel
Last synced: 25 days ago
JSON representation
Personal Portoflio Sites featuring projects I've done using Notion as a CMS
- Host: GitHub
- URL: https://github.com/multipletwigs/zachfolio-v2
- Owner: multipletwigs
- Created: 2022-10-08T08:18:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T08:04:46.000Z (about 1 year ago)
- Last Synced: 2023-09-19T10:54:06.655Z (about 1 year ago)
- Topics: nextjs, react, tailwind, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://www.zachkhong.info
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zachfolio
Zachfolio is a personal blog website created using Next.js, Notion API, and Tailwind CSS.
## Technologies Used
- [Next.js](https://nextjs.org/)
- [Notion API](https://developers.notion.com/)
- [Tailwind CSS](https://tailwindcss.com/)## Getting Started
To run the project locally, follow these steps:
1. Clone the repository:
```
git clone https://github.com/your-username/zachfolio.git
```2. Install the dependencies:
```
cd zachfolio-v2
npm install
```3. Create a `.env.local` file at the root of the project and add your Notion API key and database ID:
```
NOTION_API_KEY=your-notion-api-key-here
NOTION_DATABASE_ID=your-notion-database-id-here
```4. Start the development server:
```
npm run dev
```5. Open [http://localhost:3000](http://localhost:3000) in your browser.
## Deploying
The website can be deployed to a variety of hosting services such as Vercel, Heroku, or Netlify. Simply set up a deployment pipeline that runs the `npm run build` command to build the project and then runs the `npm run start` command to start the server.
## Contributing
Contributions are welcome! If you find any bugs or have any suggestions for improvement, feel free to open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).