Skip to content

MichaByte/librepcb-website

 
 

Repository files navigation

LibrePCB Website

This repository contains the sources official website of LibrePCB.

Hosted pages:

Development

With Docker On Linux

If you have Docker available on a Linux system, just run one of these scripts:

./build.sh          # Build page into 'public' directory
./run_server.sh     # Build & host the page on http://localhost:1313/

On Other Systems

The website is made with Hugo. It does not need to be installed, you can just download it as a portable binary. For instructions, refer to their documentation.

To build and review the website locally, just run one of the following commands in the root directory of this repository:

hugo -F             # Build page into 'public' directory
hugo server -F      # Build & host the page on http://localhost:1313/

About

Official Website of LibrePCB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.2%
  • CSS 28.6%
  • Python 8.6%
  • JavaScript 5.2%
  • Shell 4.4%