This is the source code for the website ebpf.io. For more information, see the contribute page.
- Clone the repo
yarn install
yarn run develop
- Open http://localhost:8000 in your browser
- Make changes in: src/pages/index.en.js for landing page, or posts/ folder for blog posts
- Everytime you save, localhost:8000 will auto-reload with a new preview
- Commit all your changes to a branch, and submit the PR
You can use -p
to set the custom port and -H
to set the custom host like
below. Find more from
Gatsby's documentation.
yarn run develop -p 8080 -H 0.0.0.0
Open an issue, or better yet, reach out on Slack.