1FPGA Static Website (https://1fpga.com/)
This is the source code for the 1FPGA website. The website is built using the Hugo static site generator and the Hugoplate theme.
- Make sure Hugo is installed.
- Clone this repository.
- Run
npm install
in the root directory. - Run
hugo server
in the root directory. - Open
http://localhost:1313/
in your browser. - Make changes to the source code and see the changes live.