Skip to content

TechPeople is a tech blog featuring the latest trends, tools, and insights for developers and tech enthusiasts. Built with Astro and TypeScript, it offers fast, easy-to-read articles on everything from coding tips to hardware reviews.

License

Notifications You must be signed in to change notification settings

akaBaytar/tech-people

Repository files navigation

TechPeople

TechPeople is a tech blog featuring the latest trends, tools, and insights for developers and tech enthusiasts. Built with Astro and TypeScript, it offers fast, easy-to-read articles on everything from coding tips to hardware reviews.

Table of Contents

Live Demo

  • You can access the live demo via Vercel.

Screen

Technologies Used

TechPeople uses the following technologies:

  • Astro
  • TypeScript
  • Tailwind
  • Markdown

Usage

Install dependencies

npm install

Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

Creating Posts

Create a new .md file in the src/content/articles folder. Add the front matter and content.

Here is an example of front matter:

---
title: 'The best laptops for developers in 2024'
desc: 'Lorem ipsum...'
pubDate: 2024-01-31
author: 'John Doe'
image: 'blog1.png'
tags: ['tech', 'hardware']
slug: the-best-laptops-for-developers-in-2024
---

Upload the image to /public.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

TechPeople is a tech blog featuring the latest trends, tools, and insights for developers and tech enthusiasts. Built with Astro and TypeScript, it offers fast, easy-to-read articles on everything from coding tips to hardware reviews.

Topics

Resources

License

Stars

Watchers

Forks