First off, thank you for considering contributing to Perplix! It's people like you that make open source such a great community.
-
Fork the repository on GitHub.
-
Clone your fork locally:
git clone https://github.com/Smilin01/Aetheron.git cd Aetheron -
Install dependencies:
npm install
-
Environment Setup: Create a
.env.localfile based on.env.example(if one exists) or set up the required environment variables. Never commit your.env.localfile! -
Create a branch for your feature or bug fix:
git checkout -b feature/my-new-feature
Run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
- Commit your changes with descriptive commit messages:
git commit -m "Add some feature" - Push to your branch:
git push origin feature/my-new-feature
- Open a Pull Request against the main repository.
If you have any questions or need help, feel free to open an issue or reach out!