Skip to content

ashalfarhan/gridsome-starter-chakra-ui

Repository files navigation

Gridsome starter with Chakra-UI

A simple gridsome starter combine with Chakra-UI component library

Preview can be visit at this

Netlify Status

To use this template, you can run

# 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

Incase you haven't already installed gridsome-cli

You can easily run this command

npm install --global @gridsome/cli

or:

yarn global add @gridsome/cli