Just my portfolio to demonstrate my coding and design projects.
This project uses Gatsby to build static pages. Follow instuctions below.
Clone the repo from Github.
gh repo clone ImpactDesigns/stedmandesigns.io
Before installing the dependency packages, make sure you are using Node v16.20.2
or earlier.
nvm list
nvm install v16.20.2
nvm use v16.20.2
Install the project dependencies from NPM.
npm install
This project uses Storybook for developing reusable React components in isolation, and for component documentation. Run the command below.
npm run storybook
Then open your browser to http://localhost:6006/?path=/docs/components-shared-section--docs.
npm run start