Skip to content

webiny/website

Repository files navigation

Webiny Website 📝

The official www.webiny.com website source code.

Repository setup

Webiny uses Gatsby for its website. Here is how you can run the project locally:

  1. Install Gatsby CLI globally

    npm install --global gatsby-cli
  2. Clone this repository

    git clone https://github.com/webiny/website.git
  3. Go into the project root directory

    cd website
  4. Install JS dependencies

    yarn
  5. Build the project

    yarn build
  6. Start the dev server

    yarn develop

Project structure

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.

Contributors

🧡 Thanks goes to these wonderful people!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published