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 Feb 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ Create a lightweight presentation using HTML and Web Components.
10
10
- [Table of contents](#table-of-contents)
11
11
- [Features](#features)
12
12
- [Starter kit extra features](#starter-kit-extra-features)
13
-
- [Getting Started](#getting-started)
13
+
-[Getting Started](#getting-started)
14
+
- [Installing DeckDeckGo in any projects](#installing-deckdeckgo-in-any-projects)
14
15
- [Using DeckDeckGo from a CDN](#using-deckdeckgo-from-a-cdn)
15
16
- [Install DeckDeckGo from npm](#install-deckdeckgo-from-npm)
16
17
- [Framework integration](#framework-integration)
@@ -47,11 +48,19 @@ Create a lightweight presentation using HTML and Web Components.
47
48
48
49
* 🦄 Use **Ionic** components and icons to create the content or even add extra features
49
50
50
-
*Note: [DeckDeckGo] will soon offer a CLI to let you initialize your presentation based on the starter kit more easily*
51
-
52
51
## Getting Started
53
52
54
-
Use [DeckDeckGo] directly in your project from a CDN using a simple script include or install it from [npm](https://www.npmjs.com/package/deckdeckgo)
53
+
[DeckDeckGo] provides a [CLI](https://github.com/fluster/create-deckdeckgo) and a [starter kit](https://github.com/fluster/deckdeckgo-starter).
54
+
55
+
To get started and to create your presentation, simply run the following command and follow the prompt:
56
+
57
+
```bash
58
+
npm init deckdeckgo
59
+
```
60
+
61
+
## Installing DeckDeckGo in any projects
62
+
63
+
If you wish to use the [DeckDeckGo] presentation tool without any tooling, use it directly in your project from a CDN using a simple script include or install it from [npm](https://www.npmjs.com/package/deckdeckgo).
0 commit comments