This is the website for exortech.com.
- Install node.js
brew install node
- Install dependencies
npm install
- Build and launch the website
npm run build
- Browse to
http://localhost:8081
to 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.
The site content is hosted on AWS S3 and served through Cloudfront.