Skip to content

valinorearth/valinor.earth

Repository files navigation

Think few years ahead and how we want our website to be;

  • enterprise
  • multiple offerings
  • customer testimonials
  • clear process (might change so be prepared to have it replaced and/or tweaked)

Requirements

Development

  • bundle install to install Ruby gems
  • npm ci to install npm packages listed in package-lock.json
  • npm run start or npm run dev to compile the site with development settings and run BrowserSync
  • Remember to update browser listings regularly - npx browserslist@latest --update-db.

Built with Jekyll and Tailwind. The Gulpfile does the following;

  • Compiles Tailwind
  • Strips out unused CSS using Tailwind's content option
  • Runs Autoprefixer
  • Minifies your CSS
  • Compiles Jekyll
  • Runs Browsersync for local development

Production

  • npm run build:dev to compile the site with development settings
  • npm run build:production or npm run build to compile the site for production