Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.

Commit c5165c3

Browse files
author
ajwl
committed
Copy change - make para more user focussed
1 parent ef5087c commit c5165c3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

index.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,17 @@ As well as modules, Origami provides the following services:
2020

2121
Origami services and modules all comply with the [Origami Spec](/docs/component-spec/) and [Coding Standards](/docs/syntax/) to ensure they are high quality and interoperable. All modules are developed in the open on [GitHub](http://github.com/Financial-Times).
2222

23-
<h2> <i class="fa fa-wrench"></i> Origami tools</h2>
23+
<h2> <i class="fa fa-wrench"></i> Using Origami</h2>
2424

25-
To help you use the modules and services in your product there are the following tools:
25+
There are three ways to include Origami in your project:
2626

27-
- [Origami Build Tools](https://github.com/Financial-Times/origami-build-tools) - Build Origami components as part of your existing build process
28-
- [Origami Build Service](https://www.ft.com/__origami/service/build/v2/) - Deliver components directly to your user's browser using the build service
29-
- [The Registry](http://registry.origami.ft.com/) - Find and use the components you need from our component registry
27+
1) [Origami Build Service](https://www.ft.com/__origami/service/build/v2/) - the simplest way. Pull in the Origami CSS and Javascript as external files into your webpage. [See tutorial](http://origami.ft.com/docs/developer-guide/modules/very-quick-origami/).
28+
29+
2) [Origami Build Tools](https://github.com/Financial-Times/origami-build-tools) - using this Origami-created tool as your build tool is more complex than using the Build Service, but it lets you install Origami components from the command line. [See tutorial](http://origami.ft.com/docs/developer-guide/modules/building-modules/).
30+
31+
3) [Bower](https://bower.io/) - adding third-party build tool Bower to your project, lets you have a custom build process (using eg. Webpack) and install Origami components from the command line. [See Bower tutorial](https://bower.io/#install-bower).
32+
33+
To figure out which Origami components you will need, browse through [The Registry](http://registry.origami.ft.com/).
3034

3135
<h2> <i class="fa fa-book"></i> The Spec</h2>
3236

0 commit comments

Comments
 (0)