Skip to content

PinguinoIDE/pinguinoide.github.io

Repository files navigation

Pinguino.cc Website

This is the source code for the official Pinguino Project website, available at pinguinoide.github.io.

About the Project

The Pinguino Project is an open-source electronics prototyping platform. It consists of an Integrated Development Environment (IDE) and hardware boards. This website serves as the main resource for documentation, news, and community interaction.

The website is built using VitePress, a static site generator that is fast, easy to use, and highly customizable.

Getting Started

To run the website locally, you will need to have Docker and Docker Compose installed.

  1. Clone the repository:

    git clone https://github.com/Pinguino-cc/pinguino-cc.git
  2. Run the development server:

    # Create de container service (for first time)
    docker compose up --no-start
    
    # Install dependencies
    docker compose run pinuino-cc npm install
    
    # Excecute de dev environment
    docker-compose up
    
    # Verify the status
    docker compose ps
    
    # Stop the service
    docker compose stop
    
    # Delete the service
    docker compose down

The website will be available at http://localhost:5173.

Contributing

We welcome contributions to the Pinguino.cc website. If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes.
  4. Submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

Source code for Pinguino Project website

Topics

Resources

Stars

Watchers

Forks

Contributors