Skip to content

Setting up Netlify CI

Danni Larsen edited this page Nov 7, 2018 · 4 revisions

When starting a new project in Fractal (Novicell frontend), we recommend you to setup Netlify.

You get a simple setup for designing/prototyping in the browser, automated deploy whenever you commit and an “environment” for each of your branches.

Both the designer and client can easily see how far along the development is, and give feedback during the process.

QA department can also use it for testing purposes.

Video time

Start by watching this general video from Netlify:

Netlify setup

The only thing you need to change is this:

Build command:

gulp && gulp fractal:build

Publish directory:

build/

Clone this wiki locally