Skip to content

creepercraftnet/landing

Repository files navigation

Creepercraft: A New Minecraft Adventure Awaits! img

🚀 Coming Soon! 🚀

Get ready to embark on a thrilling Minecraft journey in Creepercraft! This unique server offers a fresh take on the classic sandbox experience, with exciting features and a vibrant community. We're building something truly special, and we can't wait for you to experience it.

Why Creepercraft?

  • Fresh Gameplay: Discover innovative mechanics and custom content that revitalize the Minecraft experience.
  • Vibrant Community: Connect with fellow adventurers, make new friends, and collaborate on epic builds.
  • Constant Updates: We're committed to regularly introducing new features, events, and improvements based on player feedback.

Join the Creepercraft adventure and let your imagination run wild!

Stay Updated:

  • Join our Discord: Be the first to know about the server launch, get exclusive sneak peeks, and connect with other players. Discord Link
  • Follow us on Social Media: Stay tuned for the latest news, updates, and community highlights.

🛠️ Installation and Deployment (For Developers)

This repository contains the landing page for the upcoming Creepercraft Minecraft server. If you'd like to set up or contribute to this landing page, follow the instructions below.

Prerequisites

Make sure you have Node.js and npm installed on your system.

Getting Started

Follow these steps to get a local copy up and running:

  1. Clone the Repository: You can download the repository as a ZIP file or clone it using Git:

    git clone https://github.com/creepercraftnet/landing.git
    cd landing

    If you downloaded the ZIP, simply unzip it to your desired directory.

  2. Install Dependencies: Navigate to the project directory and install the necessary Node.js packages:

    npm install
  3. Run in Development Mode: To start a local development server with hot-reloading:

    npm run dev

    This will usually start the server at http://localhost:3000 (or similar), which you can open in your web browser.

  4. Build for Production: When you're ready to deploy your changes, build the project for production:

    npm run build

Note

This command will compile and optimize all the project files (HTML, CSS, JavaScript, images, etc.) into a dist/ directory (or similar, depending on your build configuration). This dist/ directory contains the static files ready for deployment.

Deployment

The dist/ directory (generated after npm run build) is what you will deploy to your hosting provider.

  • Netlify: You can easily deploy the dist/ folder to Netlify by connecting your GitHub repository and specifying dist/ as the publish directory in your Netlify site settings.

  • GitHub Pages: You can host the contents of your dist/ directory on GitHub Pages. There are several ways to do this, including pushing the dist/ content to a gh-pages branch or using a specific workflow.

  • Other Static Site Hosts: The dist/ folder can be deployed to any static site hosting service (e.g., Vercel, Firebase Hosting, Apache/Nginx static file serving, etc.) by simply uploading its contents.

Important

Always run npm run build before deploying to ensure you have the latest optimized production-ready files.


#Creepercraft #Minecraft #Gaming #Community #WebDevelopment #LandingPage #OpenSource