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

https://github.com/edo1z/algolia_study

Algolia Study
https://github.com/edo1z/algolia_study

Last synced: 3 months ago
JSON representation

Algolia Study

Awesome Lists containing this project

README

          

## Algolia Study

### install

```
$ git clone git@github.com:edo1z/algolia_study.git
$ cd algolia_study
$ yarn install
```

### Algolia Setup

```
$ vim algolia.config.js
```

```algolia.config.js
import algoliasearch from 'algoliasearch'
const client = algoliasearch(
'xxxxxxxxxxx',
'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
);
export default client
```

### parcel

```
$ yarn global add parcel
$ parcel src/index.html
```