Skip to content

Teihden/d-element-test

Repository files navigation

Digital Element. Frontend test assignment.

CI Github Pages

About

This repository contains a landing page. Includes animated buttons and links, animated background, form and modal window for submitting data.

Setup

# Install dependencies
make ci

CLI

# Runs Stylelint, pug-lint, Eslint against source code for quality
make lint

Gulp tasks

# 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