mrcalexandre / alexandremouriec.com

πŸ‘¨β€πŸ’» V3 of my portfolio, built with Gatsby, Tailwind CSS, Strapi, and deployed on Netlify

Home Page:https://alexandremouriec.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alexandre Mouriec's Portfolio

This is the public repo of my portfolio, built with Gatsby, Tailwind CSS, Strapi, and deployed on Netlify.

I used the Strapi Starter Gatsby Blog v2 as a starter to create my portfolio.

Getting started

Clone the repository

git clone https://github.com/mrcalexandre/alexandremouriec.com.git
cd alexandremouriec.com

Backend

Install dependencies and run your server

# Using yarn
yarn install
yarn develop

# Using npm
npm install
npm run develop

Strapi server is running here => http://localhost:1337

Frontend

# Using yarn
yarn install
yarn develop

# Using npm
npm install
npm run develop

Gatsby server is running here => http://localhost:8000

About

πŸ‘¨β€πŸ’» V3 of my portfolio, built with Gatsby, Tailwind CSS, Strapi, and deployed on Netlify

https://alexandremouriec.com

License:MIT License


Languages

Language:JavaScript 99.5%Language:CSS 0.5%