JAMStack implementation of my portfolio using Gridsome and REST API.
- Install Git.
- Clone or download the repository to your local machine.
- Install Node.
- Install Yarn.
- Install Gridsome CLI globally,
yarn global add @gridsome/cliornpm i -g @gridsome/cli - Run
yarn installto install dependencies through terminal/CLI program. - Run
gridsome developto run a development server,gridsome serveto 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.
- Built with Gridsome, Bootstrap Vue and Feather Icons.
- No jQuery dependency.
- Pull data from Heroku using REST API, via Fake JSON Server.
- Bug fixes and cleanup.
- Design improvements.