Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```