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

https://github.com/arnellebalane/instagram-clone

Web Development: Zero to Hero workshop for DSC Playground
https://github.com/arnellebalane/instagram-clone

demo firebase vue3 workshop

Last synced: 2 months ago
JSON representation

Web Development: Zero to Hero workshop for DSC Playground

Awesome Lists containing this project

README

          

# Instagram Clone

**Web Development: Zero to Hero** workshop for DSC Playground.

## Getting started

1. Download and install [NodeJS](https://nodejs.org/en/), at least version 12

1. Install [Firebase CLI](https://www.npmjs.com/package/firebase-tools)

```bash
npm install -g firebase-tools
firebase login
```

1. Fork this repository into your personal GitHub account

1. Clone your fork of this repository into your computer

```bash
git clone https://github.com/arnellebalane/instagram-clone.git
cd instagram-clone
```

1. Install dependencies

```bash
npm ci
```

1. [Start building your own Instagram clone!](docs/01-setup-boilerplate.md)

## References

1. [System Design](docs/00-system-design.excalidraw) (open with [Excalidraw](https://excalidraw.com/))
1. [Data Models](docs/00-data-models.excalidraw) (open with [Excalidraw](https://excalidraw.com/))