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
- Host: GitHub
- URL: https://github.com/indaco/codepen-repos
- Owner: indaco
- Created: 2021-08-02T06:55:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T14:50:44.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T03:48:32.760Z (over 1 year ago)
- Topics: alpinejs, codepen, tailwindcss
- Language: HTML
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```