Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florian-lefebvre/instagram-clone
https://github.com/florian-lefebvre/instagram-clone
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/florian-lefebvre/instagram-clone
- Owner: florian-lefebvre
- Created: 2020-12-13T17:21:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T17:26:07.000Z (about 4 years ago)
- Last Synced: 2024-10-30T08:57:01.936Z (2 months ago)
- Language: Vue
- Size: 5.85 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# instagram-clone
This project is not responsive and only suitable for two users. Built with Nuxt.js, Tailwind CSS (using CSS grid).
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
## Files location
Messages and users are in `/assets`, audios in `/static/audios`, images in `/static/images`.
User thumbnail must be 64x64px.