A simple gridsome starter combine with Chakra-UI component library
Preview can be visit at this
# Clone with git
git clone https://github.com/ashalfarhan/gridsome-starter-chakra-ui.git
# or using gridsome-cli
gridsome create my-website https://github.com/ashalfarhan/gridsome-starter-chakra-ui.git
cd gridsome-starter-chakra-ui
# Install dependencies
npm install
# or
yarn
# Run development mode
gridsome develop
# or
npm run develop
# or
yarn develop
You can easily run this command
npm install --global @gridsome/cli
or:
yarn global add @gridsome/cli