This is the source repository for the FPGA development workshop with Amazon EC2 F1
Please check the contributing guidelines first. If you would like to contribute, you can run this workshop locally by following the 2 provided options:
-
clone this repository to your environment
-
assuming you have docker installed, run
make
in the repo root dir, and go to localhost:8080 for the local version of this workshop. -
create your dev branch and commit and open a pull request to provide the errata/content/updates.
Alternatively if you are not able to run containers with docker, you can build and run this workshop website using hugo.
- Install hugo
On a Mac:
Install Hugo: brew install hugo
On Linux:
Install Hugo locally by downloading hugo from the releases page
Extract and save the executable to $HOME/bin or /usr/local/bin
-
The after cloning this repository, run
hugo server
in the root dir and the website preview will be available at http://localhost:1313/ -
Checkout a dev branch and edit the workshop. Commit and open a pull request to provide the errata/content/updates.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.