Skip to content

Commit

Permalink
docs(scully): put link to set up angular project & note needed chromi…
Browse files Browse the repository at this point in the history
…um support

* docs: put a link to set up an angular project 

make it easier for beginners to start with

* docs(scully): chromium support by OS is required

on some systems, like mine, you can't use chromium
  • Loading branch information
willi84 authored and Villanuevand committed Dec 24, 2019
1 parent 75e0400 commit 288b6ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Scully - Getting Started

The first thing you need to get started with Scully is a working Angular app using **Angular 9.x.x**
## Prerequisites
The first thing you need to get started with Scully is a working Angular app using **Angular 9.x.x**.
Find more infos here ([👉 angular.io/cli](https://angular.io/cli)

__NOTE:__ Scully will use Chromium. Make sure your Operating System (and its restrictions by your administrator) allow installing and executing Chromium.

This getting started doc covers the three steps to adding Scully into your project.

Expand Down

0 comments on commit 288b6ae

Please sign in to comment.