/my-portfolio

Primary LanguageTypeScriptMIT LicenseMIT

Gatsby Markdown Typescript Personal Website

This is a personal website / blog using Gatsby, Markdown, Typescript, Styled Components, Talwind CSS, Framer Motion & React Font Awesome.

Quick start

  1. Clone the Project

    First of all you have to clone the project and install Gatsby cli then run the following command after deleteing package-lock.json

    npm install
  2. Develop

    Navigate into your new site’s directory and start the development environment.

    gatsby develop

    Your site is now running at http://localhost:8000

  3. Build

    Get an optimized production build for your site generating static HTML and JavaScript, CSS bundles.

    gatsby build
  4. Serve

    Starts a local server for testing your production site.

    gatsby serve

    Your production site is now running at http://localhost:9000