This is the source code for the official Pinguino Project website, available at pinguinoide.github.io.
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.
To run the website locally, you will need to have Docker and Docker Compose installed.
-
Clone the repository:
git clone https://github.com/Pinguino-cc/pinguino-cc.git
-
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.
We welcome contributions to the Pinguino.cc website. If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes.
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.