
A high-quality website built for Membercat Studios, providing innovative Minecraft experiences and developer tools.
- Modern and responsive design
- Project showcase and discovery
- Developer documentation (coming soon)
- Typescript - Statically typed superset of Javascript
- React - UI library
- TailwindCSS - Utility-first CSS framework
- Inertia.js - Modern monolithic applications
- PHP - Server side scripting language
- Laravel - PHP framework
- SQLite - Local database engine (For development)
- MariaDB - Server database engine (For production)
Before you begin, ensure you have the following installed:
- Node.js (v18)
- PHP (v8.3)
- Composer
- Web Server (Apache, Nginx)
- Database (SQLite, MySQL, PostgreSQL, etc.)
If you are using MySQL or PostgreSQL, make sure to set up the proper variables in your .env
file.
-
Clone the repository
git clone https://github.com/Membercat-Studios/membercat.com.git cd membercat.com
-
Install dependencies
composer install npm install
-
Set up environment
cp .env.example .env php artisan key:generate --force php artisan migrate:fresh --force php artisan config:clear
-
Start development servers
php artisan serve npm run dev
The application will be available at the URL defined in the
.env
file.
We welcome contributions from the community! Here's how you can help:
-
Fork the Repository
- Create a fork of this repository to your GitHub account
-
Clone Your Fork
git clone https://github.com/Membercat-Studios/membercat.com.git
-
Create a Branch
git checkout -b feature/your-feature-name
-
Make Your Changes
- Write clean, maintainable code
- Follow our coding standards
- Add tests if applicable
-
Commit Your Changes
git commit -m "feat: add some feature"
-
Push to GitHub
git push origin feature/your-feature-name
-
Submit a Pull Request
- Provide a clear description of your changes
- Link any related issues
- Follow PSR-12 coding standard for PHP
- Use ESLint configuration for JavaScript
- Write meaningful commit messages
- Keep code modular and DRY
- Add comments for complex logic
This project is proprietary software. All rights reserved by Membercat Studios.
- Private use is permitted
- Contributions via pull requests are welcome
- Public use, hosting, or distribution requires explicit permission
- See the LICENSE file for details
- KasaiSora and his YouTube channel.
- The Minecraft modding and plugin community.
- The team at Membercat Studios, for being so dedicated and hard-working.
Made with ❤️ by Membercat Studios