Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minelittlepony/minelittlepony.github.io
https://github.com/minelittlepony/minelittlepony.github.io
astrojs minecraft website
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/minelittlepony/minelittlepony.github.io
- Owner: MineLittlePony
- License: mit
- Created: 2016-05-26T04:30:41.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T11:21:06.000Z (7 months ago)
- Last Synced: 2024-05-16T01:29:10.800Z (7 months ago)
- Topics: astrojs, minecraft, website
- Language: TypeScript
- Homepage: https://minelittlepony-mod.com/
- Size: 32.4 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Official Mine Little Pony site
Some used stack:
- [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager, npm alternative.
- [Astro](https://astro.build/) - Static Site Generator
- [TailwindCSS](https://tailwindcss.com/) - Utility first CSS framework.
- [React](https://react.dev/) - Reactive framework for interactive components.
- [Tanstack React Query](https://tanstack.com/query/) - React state manager for fetching remote data.
- [Zod](https://zod.dev/) - TypeScript-first schema validation, used to validate API responses.
- [Zustand](https://docs.pmnd.rs/zustand/getting-started/introduction) - Global state manager.