https://github.com/marcusoftnet/google-docs-clone
Another PapaFam build
https://github.com/marcusoftnet/google-docs-clone
Last synced: 21 days ago
JSON representation
Another PapaFam build
- Host: GitHub
- URL: https://github.com/marcusoftnet/google-docs-clone
- Owner: marcusoftnet
- Created: 2021-07-14T12:49:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T12:50:08.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T04:17:07.616Z (over 1 year ago)
- Language: JavaScript
- Size: 221 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Google Docs clone
From this [amazing video](https://www.youtube.com/watch?v=1ZdFJ0701QI)
My version is [deployed here]()
## Installation
```bash
git clone {this repo url} google-docs-clone
cd google-docs-clone
npm i
npm run dev
```