Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spacechunks/chunks.space
The official website for Space Chunks - a team of developers, designers, and event organizers passionate about creating unique experiences for Minecraft.
https://github.com/spacechunks/chunks.space
minecraft react react-router react-router-v7 remix-run tailwindcss
Last synced: about 3 hours ago
JSON representation
The official website for Space Chunks - a team of developers, designers, and event organizers passionate about creating unique experiences for Minecraft.
- Host: GitHub
- URL: https://github.com/spacechunks/chunks.space
- Owner: spacechunks
- License: agpl-3.0
- Created: 2024-05-20T18:15:05.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T19:41:35.000Z (7 days ago)
- Last Synced: 2025-01-14T20:47:17.607Z (7 days ago)
- Topics: minecraft, react, react-router, react-router-v7, remix-run, tailwindcss
- Language: TypeScript
- Homepage: https://chunks.space
- Size: 19.7 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Space Chunks Website
The official website for Space Chunks - a team of developers, designers, and event organizers passionate about creating unique experiences for Minecraft.
## Tech Stack
- **Framework:** React Router v7
- **Styling:** TailwindCSS
- **UI Components:** Customized shadn-ui components
- **Animations:** Framer Motion
- **Content:** Markdoc, MDX
- **Build Tool:** Vite
- **Language:** TypeScript## Development
### Prerequisites
- Node.js >= 18.0.0
- npm or yarn### Installation
```bash
# Clone the repository
git clone https://github.com/spacechunks/chunks.space.git# Navigate to the project directory
cd chunks.space# Install dependencies
npm install
```### Development Commands
```bash
# Start development server
npm run dev# Type checking
npm run typecheck# Linting
npm run lint# Build for production
npm run build# Start production server
npm run start
```## Contributing
We welcome contributions! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
This project is licensed under the AGPL-3.0 License - see the [LICENSE](LICENSE) file for details.
## Links
- [Website](https://chunks.space)
- [Discord](https://discord.chunks.space)
- [GitHub](https://github.com/spacechunks)---
Made with love by Space Chunks Team