Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduardozepeda/chiserstagrampractice
A small instagram clone created with Svelte
https://github.com/eduardozepeda/chiserstagrampractice
instagram svelte
Last synced: about 3 hours ago
JSON representation
A small instagram clone created with Svelte
- Host: GitHub
- URL: https://github.com/eduardozepeda/chiserstagrampractice
- Owner: EduardoZepeda
- Created: 2020-06-30T18:50:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T03:21:57.000Z (over 1 year ago)
- Last Synced: 2024-04-24T10:59:06.804Z (7 months ago)
- Topics: instagram, svelte
- Language: Svelte
- Homepage:
- Size: 2.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chiserstagram
A small instagram clone using [Svelte](https://svelte.dev/)
## Clone the project
```Shell
git clone https://github.com/EduardoZepeda/chiserstagramPractice.git
cd chiserstagramPractice/
```## Installation
Install the development dependencies
```Shell
npm install -D
```## Run the development server
```Shell
npm run start
```## Build the project
```Shell
npm run build
```