Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 964 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 964 Bytes

Hello, brand! Frontend test assignment.

CI Github Pages

About

This repository contains a bistro landing page. Includes animated buttons and links, google map, form and modal window for submitting data. There are also sliders made with Swiper.js.

Setup

# Install dependencies
make install

CLI

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

Gulp tasks

# To package a site for production run
npm run build

# To get started developing a site with a development server (default task)
npm start

# To start server
npm run server