/under2-v3

Primary LanguageNunjucks

Tiny Start

A tiny 11ty Starter

Uses:

  • esbuild for JS
  • Tailwind via PostCSS for CSS

Includes:

Requires:

A CURRENT_ENV enviroment variable to be set. See .env-template

Usage

Install dependencies with:

$ yarn install

Copy .env-template to .env

Run development enviroment with:

$ yarn start

Build with:

$ yarn build

Build and serve static build folder with:

$ yarn serve