/portfolio

Primary LanguageJavaScript

anisa.dev

Personal portfolio to show personal projects and share blog posts.

Found at anisa.dev, built with Gatsby, data sourced from Contentful and hosted with Netlify.

To run locally

Step 1. Install the Gatsby CLI

npm install -g gatsby-cli

Step 2. Install dependencies

npm install

Step 3. Start the development server

npm start