Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/singuerinc/bi

Your Instagram™ feed, but bigger!
https://github.com/singuerinc/bi

docker instagram-api postcss vuejs webpack

Last synced: 30 days ago
JSON representation

Your Instagram™ feed, but bigger!

Awesome Lists containing this project

README

        

# Bi

![Bi](./stuff/bi-200x200.png)

Bi is a personal experiment. Is a website that displays images from your Instagram™, but bigger!

[https://bi.singuerinc.com](https://bi.singuerinc.com)

The idea behind it is to test technologies like Vue.js, webpack, Docker, PostCSS and yarn among others.

![Bi frontend](./stuff/screenshot.png)

## Run

```bash
yarn run dev
open http://localhost:8080/
```

## Build

```bash
yarn run build
open ./public
```