You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2019. It is now read-only.
Copy file name to clipboardexpand all lines: index.md
+9-5
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,17 @@ As well as modules, Origami provides the following services:
20
20
21
21
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).
<h2> <iclass="fa fa-wrench"></i> Using Origami</h2>
24
24
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:
26
26
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/).
0 commit comments