Default starter for Gridsome
Unlike other templates, It does not have any styels. It does not force you to use styles that are created by others. It just has
- the starter config for tailwind
- data of authors, tags, and categories for each article
- template for each of the references for each article
- Interconnection between pages of article, tags, authors and categories
npm install --global @gridsome/cli
2. install all the packages after cloning this repository
cd cloned-folder
to open the folder
npm i
to instal and start a local dev server at http://localhost:8080
- Happy coding 🎉🙌