/portfolio-gridsome

A JAMStack implementation of my portfolio site using Gridsome and WP REST API.

Primary LanguageVueMIT LicenseMIT

Introduction

JAMStack implementation of my portfolio using Gridsome and REST API.

Building from Source

  1. Install Git.
  2. Clone or download the repository to your local machine.
  3. Install Node.
  4. Install Yarn.
  5. Install Gridsome CLI globally, yarn global add @gridsome/cli or npm i -g @gridsome/cli
  6. Run yarn install to install dependencies through terminal/CLI program.
  7. Run gridsome develop to run a development server, gridsome serve to run a production server.

Note: I suggest using package manager to install Git, Node and Yarn. You can use Homebrew if you're on a Mac or Linux/WSL, Scoop or Chocolatey if you're on Windows.

Features

  1. Built with Gridsome, Bootstrap Vue and Feather Icons.
  2. No jQuery dependency.
  3. Pull data from Heroku using REST API, via Fake JSON Server.

Todos

  • Bug fixes and cleanup.
  • Design improvements.

Credits