Skip to content

mmartinsoliv/mmartinsoliv.com

Repository files navigation

mmartinsoliv.com

My personal website <3

Deploy with Vercel

Technology stack

Running locally

  1. Clone this repo:
$ git clone https://github.com/mmartinsoliv/mmartinsoliv.com.git
  1. Then go to the project's folder:
cd mmartinsoliv.com
  1. Install all dependencies:
yarn
  1. Run locally:
yarn dev

File structure

The basic file structure for the project is organized in the following way:

|-- src
   |-- articles
   |-- components
   |-- layouts
   |-- lib
   |-- pages