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

https://github.com/indaco/codepen-repos

Codepen.io projects repository
https://github.com/indaco/codepen-repos

alpinejs codepen tailwindcss

Last synced: about 1 year ago
JSON representation

Codepen.io projects repository

Awesome Lists containing this project

README

          

# Codepen.io Projects Repository

Here I collect the code used on my [Codepen.io](https://codepen.io/alipanick) profile.

## Build and Run

Open a new terminal window and Build Tailwindcss (JIT)

```bash
pnpm build:tailwind
```

Open a new terminal window and run Vite server

```bash
pnpm dev-server
```