Skip to content
/ web Public

Official website of GPUL, including documentation, blog, and information about the association’s events and activities.

License

Notifications You must be signed in to change notification settings

gpul-org/web

Repository files navigation

GPUL Logo

GPUL Main Site

GitHub License pnpm Node.js

Official website of GPUL (Grupo de Programadores y Usuarios de Linux). Built with Docusaurus.

🚀 Getting Started

📋 Prerequisites

  • Node.js (version 22.0 or higher)
  • pnpm (version 10.0 or higher)
  • Git

🔧 Installation

  1. Clone the repository:
git clone https://github.com/gpul/web.git gpul-web
cd gpul-web
  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm start

The site will be available at http://localhost:3000.

📁 Project Structure

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

🤝 Contributing

We welcome all contributions! Whether you're fixing bugs, improving documentation, or adding new features, your help is appreciated.

Quick Start

  1. Fork the repository
  2. Create a feature branch (git checkout -b feat/amazing-feature)
  3. Make your changes following our Conventional Commits format
  4. Push to the branch (git push origin feat/amazing-feature)
  5. 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.

📄 License

This project is licensed under the GPL v3 License - see the LICENSE file for details.

📫 Contact

For any questions or suggestions, please contact the GPUL team through our official channels.


Built with ❤️ by GPUL

About

Official website of GPUL, including documentation, blog, and information about the association’s events and activities.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks