Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.82 KB

README.md

File metadata and controls

66 lines (41 loc) · 1.82 KB

CodeBolt: A Powerful Website Builder

Welcome to CodeBolt, a robust website builder powered by Claude AI, TurboRepo, Next.js, Express, and Web Containers. This project aims to streamline the process of building and deploying modern web applications with ease and efficiency.

Features

  • AI-Powered: Leverage Claude AI for intelligent suggestions and automation.
  • Monorepo Architecture: Managed with TurboRepo for efficient builds and deployments.
  • Modern Web Technologies: Built with Next.js and Express for both frontend and backend capabilities.
  • Web Containers: Utilize containerized environments for consistent development experiences.

Preview

CodeBolt Preview CodeBolt Preview CodeBolt Preview

Installation

Follow these steps to get started with CodeBolt:

  1. Clone the Repository

    git clone https://github.com/krishmakhijani/codebolt.git
    cd codebolt
  2. Install Dependencies

    Make sure you have Node.js and npm installed. Then run:

    npm install
  3. Setup Environment Variables

    Create a .env file in the root directory and configure the necessary environment variables.

  4. Run the Development Server

    Start the development server:

    npm run dev

    Your application should now be running on http://localhost:3000.

  5. Build for Production

    To create a production build, run:

    npm run build
  6. Start the Production Server

    After building, you can start the production server with:

    npm start