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

https://github.com/arvind-4/sample-svelte

Simple Linkedin Sign In Page in Svelte
https://github.com/arvind-4/sample-svelte

svelte tailwindcss typescript vitejs

Last synced: 5 months ago
JSON representation

Simple Linkedin Sign In Page in Svelte

Awesome Lists containing this project

README

          

# Simple Linkedin Sign In Page

Deployed on [Vercel](https://vercel.com/).

Live [Here](https://sample-svelte.vercel.app/).

---

## Running the Project on Your Machine

#### Create a Folder & Clone the Repository:

```bash
mkdir -p ~/Dev/svelte-project
cd ~/Dev/svelte-project
git clone https://github.com/arvind-4/sample-svelte.git .
```

#### Install Dependencies:

```bash
pnpm install
```

#### Run Dev Server:

```bash
pnpm dev
```

#### Build for Production:

```bash
pnpm build
```