Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.2 KB

File metadata and controls

47 lines (37 loc) · 1.2 KB

Contributing to Perplix

First off, thank you for considering contributing to Perplix! It's people like you that make open source such a great community.

Getting Started

  1. Fork the repository on GitHub.

  2. Clone your fork locally:

    git clone https://github.com/Smilin01/Aetheron.git
    cd Aetheron
  3. Install dependencies:

    npm install
  4. Environment Setup: Create a .env.local file based on .env.example (if one exists) or set up the required environment variables. Never commit your .env.local file!

  5. Create a branch for your feature or bug fix:

    git checkout -b feature/my-new-feature

Development

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Submitting Changes

  1. Commit your changes with descriptive commit messages:
    git commit -m "Add some feature"
  2. Push to your branch:
    git push origin feature/my-new-feature
  3. Open a Pull Request against the main repository.

Need Help?

If you have any questions or need help, feel free to open an issue or reach out!