The official www.webiny.com website source code.
Webiny uses Gatsby for its website. Here is how you can run the project locally:
-
Install Gatsby CLI globally
npm install --global gatsby-cli
-
Clone this repository
git clone https://github.com/webiny/website.git
-
Go into the project root directory
cd website
-
Install JS dependencies
yarn
-
Build the project
yarn build
-
Start the dev server
yarn develop
All the blogs are inside the src/blogPosts
folder. And you can manage main menu items from the src/components/header/header-data.js
file.