/rutorika-template

Шаблон для разработки сайтов

Primary LanguageJavaScriptMIT LicenseMIT

Rutorika Template

Overview

You'll be able to start develop right away — clone the repo.

$ git clone https://github.com/ruport-digital/rutorika-template

Check INSTALL.md to verify if your development environment ready and COMMANDS.md for the list of available commands.

Basic commands

Setup

make install

Run

make start

Run lint

make lint

Build

make build

Common issues

ERR! Failed at the node-sass postinstall script 'node scripts/build.js'

Try to install this:

sudo apt install -y build-essential gcc make libpng-dev

And make sure python2 is installed

sudo apt install python2