An open API service indexing awesome lists of open source software.

https://github.com/simply007/reactiveconfprague2018

Repository containing experience from Reactive Conference in Prague held in 2018-10-29
https://github.com/simply007/reactiveconfprague2018

blog gatsby gatsbyjs pwa reactiveconf

Last synced: about 2 months ago
JSON representation

Repository containing experience from Reactive Conference in Prague held in 2018-10-29

Awesome Lists containing this project

README

          

# ReactiveConfPrague2018
Repository containing experience from ReactiveConf in Prague held in 2018-10-29 - 2018-10-31

# Contributing

If you want to add notes or modify existing ones / feel free to create a pull request.

## Add Your own notes:

1. Go to the [/src/pages](https://github.com/Simply007/ReactiveConfPrague2018/tree/master/src/pages)
2. Create a folder and named it by the talk title.
3. Inside the created folder create an `index.md` filed.
4. Add a frontmatter at the beginning of `index.md` in that format
```
---
title: Talk title
date: "2018-10-30T12:10:00.000Z"
author: Your Name
---
```
* Note: I will try to adjust the site to show your name from author field after the first pull request.

## Edit my notes
1. Go to the [/src/pages](https://github.com/Simply007/ReactiveConfPrague2018/tree/master/src/pages)
2. Choose a folder and named it by the talk title.
3. Inside the folder modify an `index.md` filed.
4. Add your name to Author field to the frontmatter at the beginning of the document
```
---
...
author: Your Name
---
```