Skip to content

Thavarshan/thavarshan.com

Repository files navigation

My Personal Website

A personal website built with Nuxt.js to showcase my projects, blog, and contact information.

Table of Contents

Features

  • Responsive Design: Optimized for all devices.
  • Dynamic Content: Easily manage blog posts and projects.
  • SEO Optimized: Enhanced visibility on search engines.
  • Smooth Navigation: Intuitive user experience.

Installation

Prerequisites

  • Node.js: Version 14 or higher. Download Node.js
  • npm or Yarn: Comes with Node.js, but you can also install Yarn if preferred.

Steps

  1. Clone the Repository

    git clone https://github.com/Thavarshan/thavarshan.com.git
  2. Navigate to the Project Directory

    cd thavarshan.com
  3. Install Dependencies

    Using npm:

    npm install

    Or using Yarn:

    yarn install

Development

To start the development server with hot-reloading:

Using npm:

npm run dev

Using Yarn:

yarn dev

Open your browser and navigate to http://localhost:3000 to view the website.

Building for Production

To build the application for production:

Using npm:

npm run build

Using Yarn:

yarn build

After building, you can start the production server:

Using npm:

npm run start

Using Yarn:

yarn start

Deployment

You can deploy your Nuxt.js application to various platforms such as Vercel, Netlify, or Heroku. Follow the respective platform's documentation for deployment instructions.

Customization

  • Configuration: Modify the nuxt.config.js file to customize settings like plugins, modules, and build configurations.
  • Content: Add or edit content in the pages, components, and assets directories.
  • Styling: Customize styles using CSS, SCSS, or Tailwind CSS as configured.

License

This project is licensed under the MIT License.

About

πŸ™‹πŸ»β€β™‚οΈ Personal protfolio website.

Topics

Resources

Stars

Watchers

Forks

Contributors