/rooster-world-landing-11ty

A Landing page which hosted on Netlify using Eleventy, Tailwind css and netlify cms

Primary LanguageJavaScript

Rooster World

Demo Site Rooster World

A project scaffold for quickly starting a site build with:

Running locally

# install the project dependencies
npm install

# run the build and server locally
npm run dev

# run the production build
npm run build