This repository contains a landing page. Includes animated buttons and links, animated background, form and modal window for submitting data.
# Install dependencies
make ci
# Runs Stylelint, pug-lint, Eslint against source code for quality
make lint
# To get started developing a site with a development server (default task)
make start
# To package a site for production run
make build
# To start server
make server