First off, thanks for taking the time to contribute! 🎉
The following is a set of guidelines for contributing to this project. These are mostly guidelines, not rules. Use your best judgment and feel free to propose changes to this document in a pull request.
- Fork the repository on GitHub.
- Clone your fork locally:
git clone https://github.com/your-username/gfbs3-portfolio-demo.git cd gfbs3-portfolio-demo - Install dependencies:
npm install
- Run the development server:
Open http://localhost:3000 with your browser to see the result.
npm run dev
- Create a new branch for your feature or fix:
git checkout -b feature/amazing-feature
- Make your changes.
- Lint your code to ensure it meets the project's standards:
npm run lint
- Commit your changes with a descriptive message.
- Aesthetic: Maintain the "Retro-Futuristic" / Cyberpunk 1985 vibe.
- Tailwind CSS: Use utility classes for styling.
- Colors: Stick to the defined palette (Cyan, Fuchsia, Yellow, Deep Space Black).
- Typography: Use
font-monofor text elements.
- Push your branch to your fork:
git push origin feature/amazing-feature
- Open a Pull Request on the original repository.
- Provide a clear description of the changes and why they are necessary.
- Wait for review!
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. Be kind and respectful to others.