Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haaarshsingh/ui

Experimental UI Laboratory
https://github.com/haaarshsingh/ui

css design framer-motion interaction-design interactions motion-design ui ux

Last synced: 2 months ago
JSON representation

Experimental UI Laboratory

Awesome Lists containing this project

README

        

## Harsh's UI Laboratory

Experimental design laboratory—free and open-source components.

## Quickstart

Clone the website locally:

```
git clone https://github.com/haaarshsingh/www.git
```

### Setting up the project

```bash
cd www

# Install dependencies
bun install
```

### Starting server

```bash
bun dev
```

Server should now be running on [localhost](https://localhost:3000).

### Environment Variables

This website uses [Resend Broadcasts]([upstash.com](https://resend.com/blog/send-marketing-emails-with-resend-broadcasts)) to manage the newsletter. Sign up for an account, and replace the following API key in `.env.EXAMPLE` with your own:

```
RESEND_API_KEY=""
```

## Licensing

This project is a collection of *experimental* components, and it's meant to explore concepts that might not be things you want to put into a production application. That being said, it's licensed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/).