Skip to content

raph941/portfolio

Repository files navigation

Portfolio Project

Scaling Wordpress with the power of NextJs and the static web, to create portfolio and content integration site.

Deploy to Netlify Deploy with Vercel

Requirements

Add a .env file with the following:

NEXT_PUBLIC_WORDPRESSQL_SERVER="https://xxxxxxx.com/graphql"

Development

To run this project locally or contribute, follow the short steps below.

  1. Clone this project locally

  2. Install Dependencies

    yarn install
    
  3. Run local development server

    yarn dev