Kottakji / netlify_starter_project

Base project for netlify CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Starter Project

  • Includes tailwind, daisyui

CLI Commands

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build

For detailed explanation on how things work, checkout the CLI Readme.

Note: When pre-rendering, your module as components are executed in a Node.js environment, where most Web APIs are not available. To account for this, wrap that code in a check like if (typeof window !== 'undefined'). Do not add preact build --no-prerender to the build command as it will prevent blog posts from rendering.

About

Base project for netlify CMS


Languages

Language:JavaScript 66.7%Language:HTML 21.7%Language:SCSS 11.6%