Updated the documentation with the links to talks
This commit is contained in:
parent
af4c76ea4d
commit
fbbfa97d4b
@ -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!
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user