jinman / website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 98.8%Language:CSS 1.2%