Updated the documentation with the links to talks

This commit is contained in:
Atul R 2019-11-06 21:42:45 +01:00
parent af4c76ea4d
commit fbbfa97d4b
3 changed files with 28 additions and 8 deletions

View File

@ -118,13 +118,15 @@ Clone and run the code in this tutorial by using the
**Note**: Running this requires [Git](https://git-scm.com) and [npm](https://www.npmjs.com/).
```sh
git clone https://github.com/nodegui/nodegui-starter
cd nodegui-starter
git clone https://github.com/nodegui/nodegui-starter
npm install
cd nodegui-starter
npm install
npm start
npm start
```
That's it!

View File

@ -49,13 +49,14 @@ Clone and run the code by using the
**Note**: Running this requires [Git](https://git-scm.com) and [npm](https://www.npmjs.com/).
```sh
git clone https://github.com/nodegui/nodegui-starter
cd nodegui-starter
git clone https://github.com/nodegui/nodegui-starter
npm install
cd nodegui-starter
npm start
npm install
npm start
```
[quick-start]: https://github.com/nodegui/nodegui-starter

View File

@ -42,6 +42,23 @@ export const Talks = () => {
></audio>
</div>
</li>
<li>
<div>
<p>
<a href="https://www.meetup.com/KarmaJS/events/265554520/">
KarmaJS Nov'19 Stockholm
</a>
</p>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/8jH5gaEEDv4"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</li>
</ul>
<Spacing />
</Center>