Skip to content

Repository files navigation

ArexHost

Welcome to ArexHost, your modern web hosting platform. ArexHost aims to provide fast, reliable, and developer-friendly hosting for all types of web projects, with a focus on performance, simplicity, and innovation.


🚀 Quick Start

  1. Install dependencies (using bun is preffered):

    bun install
  2. Start the development server:

    bun dev
  3. Open your browser and visit localhost:3000 to see the ArexHost website in action.


🛠️ Project Structure

Typical directories and files include:

  • /app – Main application pages and logic (edit app/page.tsx to get started)
  • /public – Static assets
  • next.config.ts – Next.js configuration
  • biome.json – Project formatting and linting configs

🧑‍💻 Developer Notes

  • Code Formatting:
    Format and lint code before committing for consistency.

    bun run format    # Formats your code
    bun run lint      # Checks code quality
  • Hot reload:
    The development server auto-updates the website as you edit files.

  • Font optimization:
    ArexHost uses Geist via Next.js font optimization.


📖 Learn More


☁️ Deployment

ArexHost is deployment-ready and can be hosted on any modern Node-compatible provider. For best results, consider using Vercel for instant Next.js hosting.

  1. Build your project:

    bun run build
  2. Start the production server:

    bun run start

For detailed deployment guides, see Next.js Deployment Docs.


🤝 Contributing

Community involvement is welcome! Please open issues or pull requests to help improve ArexHost.


ArexHost – Fast. Reliable. Future-ready hosting.

Releases

Packages

Contributors

Languages