The official website for Space Chunks - a team of developers, designers, and event organizers passionate about creating unique experiences for Minecraft.
- Framework: React Router v7
- Styling: TailwindCSS
- UI Components: Customized shadn-ui components
- Animations: Framer Motion
- Content: Markdoc, MDX
- Build Tool: Vite
- Language: TypeScript
- Node.js >= 18.0.0
- npm or yarn
# Clone the repository
git clone https://github.com/spacechunks/chunks.space.git
# Navigate to the project directory
cd chunks.space
# Install dependencies
npm install
# 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
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.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details.
Made with love by Space Chunks Team