setup

1. Install Gridsome CLI tool if you don't have

npm install --global @gridsome/cli

clone the repository

Get into the project folder and run npm install

after installation of packages

run gridsome develop to start a local dev server at http://localhost:8080. Ensure the backend server is (localhost:1337) is running once you do this.

Once that's complete restart the server once you add a new product and refresh page as this is a statically generated platform.

Happy coding 🎉🙌