Official website of GPUL (Grupo de Programadores y Usuarios de Linux). Built with Docusaurus.
- Clone the repository:
git clone https://github.com/gpul/web.git gpul-web
cd gpul-web
- Install dependencies:
pnpm install
- Start the development server:
pnpm start
The site will be available at http://localhost:3000
.
gpul-web/
├── docs/ # Documentation files
├── blog/ # Blog posts
├── src/ # Source files
│ ├── components/ # React components
│ ├── css/ # Custom CSS
│ └── pages/ # Additional pages
├── static/ # Static assets
└── docusaurus.config.js # Docusaurus configuration
We welcome all contributions! Whether you're fixing bugs, improving documentation, or adding new features, your help is appreciated.
- Fork the repository
- Create a feature branch (
git checkout -b feat/amazing-feature
) - Make your changes following our Conventional Commits format
- Push to the branch (
git push origin feat/amazing-feature
) - Open a Pull Request
All changes will be reviewed by a member of the current GPUL board before being merged.
For more detailed information, please read our Contributing Guide.
This project is licensed under the GPL v3 License - see the LICENSE file for details.
For any questions or suggestions, please contact the GPUL team through our official channels.