Skip to content

Portfolio site built using Gatsby and TailwindCSS

License

Notifications You must be signed in to change notification settings

MarkyJD/Portfolio

Repository files navigation

markyjd.com

demo

Tech Stack

  • Gatsby
  • TailwindCSS

Installation

  1. Install Gatsby CLI
npm install -g gatsby-cli
  1. Clone the repo
git clone https://github.com/MarkyJD/Portfolio.git
cd portfolio
  1. Install Dependencies
npm install
  1. Run the development server

Either run npm start or gatsby develop and navigate to http://localhost:8000/ in a browser

Possible issues in a Windows Environment

I experienced a few issues on Windows with the .cache folder's read/write permissions. After Gatsby failed to compile the error looked something like:

Error: EPERM: operation not permitted ...

To fix, try the following

  1. Clean the cache using npm
npm cache clean --force
  1. Change the .cache folder's permissions within Windows
    1. Navigate to the .cache folder in File Explorer
    2. Then Right-Click > Properties > Security
    3. Click Edit and then Add to add a user
    4. Enter everyone and set the permissions below with read and write set to allow
    5. Hit Apply

About

Portfolio site built using Gatsby and TailwindCSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published