Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1000 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 1000 Bytes

tink.uk site

Netlify Status

Welcome aboard! This site runs off Eleventy and Gulp. The templates use Nunjucks and the CSS is written with Sass.

Getting started

Before anything, make sure you have Node.js installed. It’s recommended that you use the LTS version of Node.js.

To run the site, first run npm install to install all of the dependencies.

Then:

  1. To serve the site locally, run npm start
  2. To build a production version of the site, run npm run production

When you run a production build of the site, the contents of the dist should be deployed to the server. If you use Netlify to host, the correct production config has been preset in netlify.toml for you.