Welcome to the repository for the official landing page of zkemail, built with Next.js. This repository serves as the front-facing website for the open-source project, providing visitors with essential information, resources, and links to learn more and get involved.
- Clean Design: A modern, responsive, and user-friendly interface.
- Next.js Framework: Optimized for performance and SEO.
- Static Site Generation (SSG): Fast and scalable deployment.
- Customizable: Easily tweak content and styles to suit your needs.
- Next.js: Framework for React applications.
- Tailwind CSS (optional): For styling.
- Markdown/MDX (optional): For dynamic content management.
-
Clone the repository:
git clone https://github.com/zkemail/zk.email.git
-
Navigate to the project directory:
cd zk.email
-
Install dependencies:
yarn install
-
Run the development server:
yarn run dev
The landing page will be accessible at http://localhost:3000.
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name
. - Commit your changes:
git commit -m 'Add feature-name'
. - Push to the branch:
git push origin feature-name
. - Submit a pull request.
If you have any questions or feedback, please reach out at zkemail or create an issue in this repository.
Thank you for supporting zkemail! 🚀