Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haaarshsingh/ui
- Owner: haaarshsingh
- License: mpl-2.0
- Created: 2024-09-13T07:13:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T00:51:39.000Z (4 months ago)
- Last Synced: 2024-11-27T09:33:49.526Z (2 months ago)
- Topics: css, design, framer-motion, interaction-design, interactions, motion-design, ui, ux
- Language: TypeScript
- Homepage: https://ui.harshsingh.xyz
- Size: 1.41 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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/).