Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sapphicmoe/astro-tailwind-monorepo
🚀 Astro + TailwindCSS based monorepo template with PNPM workspaces
https://github.com/sapphicmoe/astro-tailwind-monorepo
astro monorepo pnpm-workspace pnpm-workspaces tailwind tailwindcss
Last synced: 30 days ago
JSON representation
🚀 Astro + TailwindCSS based monorepo template with PNPM workspaces
- Host: GitHub
- URL: https://github.com/sapphicmoe/astro-tailwind-monorepo
- Owner: SapphicMoe
- License: mit
- Created: 2024-03-03T14:57:37.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-03T20:25:16.000Z (10 months ago)
- Last Synced: 2024-05-30T02:17:30.211Z (7 months ago)
- Topics: astro, monorepo, pnpm-workspace, pnpm-workspaces, tailwind, tailwindcss
- Language: Astro
- Homepage:
- Size: 55.7 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Astro + TailwindCSS monorepo
This is an [Astro][astro] + [TailwindCSS][tailwindcss] based monorepo utilizing [pnpm workspaces][pnpm-workspaces].# Commands
```bash
pnpm install # install dependencies
pnpm dev # spin up a local environment
pnpm build # build site
pnpm preview # preview built site
```# License
This repository is licensed under the [MIT][license] license.© 2024 Chloe Arciniega.
[astro]: https://astro.build
[tailwindcss]: https://tailwindcss.com
[pnpm-workspaces]: https://pnpm.io/workspaces[license]: /LICENSE