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.
Before you begin, ensure you have met the following requirements:
- Node.js version 18.17.0 or above
-
Clone the repository:
git clone https://github.com/homayunmmdy/nexca.git
-
Navigate to the project directory:
cd nexca
-
Install the dependencies:
npm install
-
Copy the sample environment file and rename it:
cp .env.sample .env.local
-
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.
- Open the
-
Start the development server:
npm run dev
-
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.
- Open your browser and go to
- For detailed usage and documentation, refer to the project documentation or wiki.
- If you encounter any issues, feel free to open an issue on the GitHub Issues page.
If you want to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.