Skip to content

Latest commit

 

History

History
82 lines (55 loc) · 2.48 KB

README.md

File metadata and controls

82 lines (55 loc) · 2.48 KB

Nexca | Your lovely Admin Panel

1000000339

Experience the power of an open-source CMS built with Next.js. Effortlessly manage content, streamline workflows, and connect with your audience—perfect for agencies, bloggers, and creators.

1000000340

Nexca is your go-to platform for creating powerful admin panels. Manage data, share thoughts, and connect with your audience easily, whether you're an agency or an individual looking to build your brand.

1000000338

For detailed documentation, visit the Official Nexca Docs.
For a detailed explanation of each section, visit the Help Page.

1000000341


Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js version 18.17.0 or above

Installation

  1. Clone the repository:

    git clone https://github.com/homayunmmdy/nexca.git
  2. Navigate to the project directory:

    cd nexca
  3. Install the dependencies:

    npm install

Configuration

  1. Copy the sample environment file and rename it:

    cp .env.sample .env.local
  2. Create your own .env file and customize the configuration as needed:

    • Open the .env.local file and edit the values according to your setup.
    • Ensure all necessary environment variables are configured.

Running the Project

  1. Start the development server:

    npm run dev
  2. Access the admin panel:

    • Open your browser and go to http://localhost:3000 (or the port number specified in your .env file).
    • Enjoy the admin panel.

Additional Information


Contributing

If you want to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a Pull Request.