This project is a simple starter kit with a custom store (Vuex similar), Tailwind v2 and Firebase all ready to use.
npm install --global @gridsome/cli
npm install
to install dependenciescp .env.example .env
cp .env.example .env
to copy .env structure.env
npm run server
to run development envromentnpm run build
to build and generate static files on ./dist
folder