Giter VIP home page Giter VIP logo

infointeriors's Introduction

SHWeb

Gatsby Template for - Infointeriors

Dependencies

_Before start development or deploy make sure our WordPress API plugin is installed inside your WordPress installation

Minimum Requirement to build

  1. At least one blog post with featured Image in your WordPress site
  2. One category and that category related post

Install gatsby CLI

To install gatsby CLI globaly.

npm install -g gatsby-cli

πŸš€ Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site.

    # create a new Gatsby site using theme callisto
    gatsby new infointeriors https://github.com/ThemeMetric/infointeriors.git
    
  2. Create .env file.

    Navigate into your new site’s directory and create a new .env file.

    cd infointeriors/
    touch env/.env.infointeriors
    

    Open .env.mysitename file with a text editor and add below config inside .env.mysitename file.

    baseUrl = "yoursite.com" # without http/https
    protocol = "https"
    disqusShortname = "shweb"
    GATSBY_BUILD_DIR = "infointeriors"
  3. Start developing.

    To start development process run below command from your terminal.

    gatsby develop infointeriors
    or
    npm start infointeriors
    
  4. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

  1. Build Process.

    To build your site run bellow command from your terminal.
    
    ```infointeriors
    npm run clean
    gatsby build infointeriors
    ```
    

// added fb tag

infointeriors's People

Contributors

thememetric avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.