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

https://github.com/c-bata/talks

WIP: slide viewer for my talk.
https://github.com/c-bata/talks

Last synced: 5 months ago
JSON representation

WIP: slide viewer for my talk.

Awesome Lists containing this project

README

          

# Talks

WIP: Slide viewer for my portfolio. See https://c-bata.link/talks

## How to build

### Requirements

* Node
* yarn
* Scss
* Compass

### Build CSS

```
$ npm run compass
```

### Build JS

```
$ yarn
$ npm run build
```