Skip to content

egarrisxn/egxblog

Repository files navigation

egxblog

Welcome to my personal blog.

License: MIT GitHub repo size

Overview

This blog is built using Next.js 14 and utilizes the power of Sanity.io for content management. The UI is enhanced with Shadcn/UI components and styled with TailwindCSS. Explore the latest features and enjoy a seamless blogging experience.

egxblog3

Technologies

  • Sanity
  • Nextsjs
  • React
  • JavaScript
  • TailwindCSS
  • Shadcn/UI

Installation

An example of how to set up the project locally:

# Clone the repository
git clone https://github.com/your-username/your-blog.git

# Navigate to the project directory
cd your-blog

# Install dependencies
pnpm install

Usage

To run the blog locally, use the following command:

pnpm run dev

Visit http://localhost:3000 in your browser to view the blog.

Building for Production:

To build the blog for production, use:

pnpm run build

This will generate an optimized build in the out directory.

Running in Production:

Once the blog is built, you can start it in production mode:

pnpm start

Visit http://localhost:3000 to access the production version.

Customization

Feel free to customize the blog to suit your preferences. Explore the codebase and make changes accordingly.

Acknowledgments

Special thanks to @ski043 for inspiring and paving the way for this blog. 🙌

License

This project is licensed under the MIT license.

Questions

Feel free to reach out to me via GitHub, or email at [email protected].