moitorrijos / llamame-online-gatsby

Gatsby theme for Llamame.online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Llámame Online Website Created with Gatsby

🚀 Getting Started

  1. Create a Gatsby site.

    Use the Gatsby CLI to create site using this project.

    npx gatsby new llamame-online https://github.com/moitorrijos/llamame-online-gatsby
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd llamame-online/
    npx gatsby develop

    or

    cd llamame-online/
    npm run dev
  3. 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.

    Open the llamame-online directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

  4. When finished create a production ready version

    Create a production ready version of the site by running the following command in the CLI

    npx gatsby build

    Finally to see the final version run the following command

    npx gatsby serve

    The site will now be running at http://localhost:9000 🔥

    You can upload the generated public folder to any web server. The site is 100% static.

    If you need more information on how to start a Gatsby developed website visit Gatsby Quick Start Tutorial

About

Gatsby theme for Llamame.online

License:MIT License


Languages

Language:JavaScript 68.4%Language:Sass 31.6%