Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.8 KB

README.md

File metadata and controls

65 lines (40 loc) · 1.8 KB

My Blog and CV App

Vercel

This project is a combination of a blog and a CV application. It's built with Next.js, React, and TypeScript.

Features

  • articles: Where I share my frontend knowledge with the world.
  • about-me: Where I share my CV and my contact information.

Getting Started

First, install the dependencies:

pnpm install

Then, run the development server:

pnpm dev

You can also run the production server:

pnpm build
pnpm start

Open http://localhost:3000 with your browser to see the result.

Project Structure

The main parts of the project are:

app/: Contains the pages of the application.

app/components/: Contains reusable components.

app/articles/: Contains individual articles.

app/about-me/: Contains the about me page.

Technologies

Deployment

Project is deployed automatically on Vercel. Just push to the main branch and it will be deployed.

Check out our Next.js deployment documentation for more details.

License

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