This is the website for exortech.com.
Setting up the web site
- Install node.js
brew install node - Install dependencies
npm install - Build and launch the website
npm run build - Browse to
http://localhost:8081to view the site
Pages and images are in the source folder. Stylesheets (built using Sass) are in the scss folder.
The site is built using Metalsmith, the static site generator. Nunjucks is used for page templating.
Files processed by Metalsmith are output to the public folder. The contents of this folder are rendered when browsing to the site.
Deploying
The site content is hosted on AWS S3 and served through Cloudfront.