Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 790 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 790 Bytes

Layout designer project: Chat messenger

Linters status:

Actions Status

Live: Home page

Live: Chat page

Design: Link on Figma

Setup

$ make install

Run linters

$ make lint

Build project

$ make build

Run development environment

Init local server with autoreload of browser, compile sass to css, pug to html

$ make dev

Deploy

$ make deploy