Welcome to the Adventore Tech Blog, a modern and dynamic blog built with Prismic and Next.js. This project showcases our tech insights, tutorials, and industry updates in an engaging and user-friendly format.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/adventore-tech-blog.git cd adventore-tech-blog
-
Install dependencies:
npm install
-
Set up your Prismic repository:
- If you haven't already, create a Prismic account and a new repository for this project.
- Configure your
.env.local
file with your Prismic API endpoint.
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser to see the blog.
This blog uses Prismic as its content management system. To add or edit content:
- Go to your Prismic dashboard.
- Create new blog posts, edit existing ones, or modify page content.
- Use the preview feature to see changes before publishing.
The Adventore Tech Blog is built to be easily customizable:
src/components/
: Contains reusable components likePostCard
andRichText
.src/app/
: Includes the main page layouts and routing logic.slices/
: Custom Slice components for flexible content structuring.
Feel free to modify these components and add new features to suit your needs.
To deploy your Adventore Tech Blog:
- Push your changes to your GitHub repository.
- Set up a new project on a hosting platform like Vercel or Netlify.
- Connect your GitHub repository to the hosting platform.
- Configure your environment variables (e.g., Prismic API endpoint).
- Deploy!
This project is open source and available under the MIT License.