This repository contains the source code for the official Webiny Blog.
Note: Previously, the www.webiny.com website also used this repository.
It is now powered by the Webiny Page Builder.
- Node.js: v16
- Yarn: v3+
-
Clone the Repository
git clone https://github.com/webiny/website.git
-
Navigate to the Project
cd website
-
Install Dependencies
yarn
-
Build the Project
yarn build
-
Start the Development Server
yarn develop
-
Access the Blog Open your browser and go to http://localhost:8000/blog/ to view the blog posts.
All blog posts are located in the src/blogPosts
directory.