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
- Host: GitHub
- URL: https://github.com/arnellebalane/instagram-clone
- Owner: arnellebalane
- Created: 2021-05-22T21:33:15.000Z (about 5 years ago)
- Default Branch: 00-start
- Last Pushed: 2021-05-30T09:26:26.000Z (about 5 years ago)
- Last Synced: 2025-06-07T10:05:32.924Z (about 1 year ago)
- Topics: demo, firebase, vue3, workshop
- Homepage: https://instagram-clone.arnelle.dev
- Size: 533 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/))