Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 779 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 779 Bytes

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