/my-gatsby-blog

My brand new blog created using GatsbyJS, GraphQL and SCSS...

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Netlify Status

gatsby_blog

This is my new blog.
Currently live at: https://my-gatsby-blog-2020.netlify.app

Tech to be used: GatsbyJS, graphql, scss...

Gatsby Blog image

Getting Started

This program was created under Linux Ubuntu 20.04 (x64) Operative System using GatsbyJS 2.24.14,
NodeJS 12.16.3 and npm 6.14.4.

Prerequisites

In order to use this program it is highly necessary to have an internet connection and install
NodeJS v12.16+ (includes npm v6.14+).

i) Installing NodeJS v12.16+
It is possible that NodeJS has been already installed, to check use the following code in the command line:

  $ node --version
  [v12.16.3]

If errors occured or NodeJS has not yet been installed please visit their
website http://nodejs.org/en/download/ and follow the instructions there.

ii) Installing npm v6.14+
npm comes bundled with a successful NodeJS installation,
to check use the following code in the command line:

  $ npm --version
  [v6.14.4]

Deployment

Please link all npm dependencies:

  ~/gatsby_blog> npm i
  [*installation warnings*]

  [X packages are looking for funding]

In order to start the GatsbyJS server, execute:

  ~/gatsby_blog> npm start
  [...]
  [success Building development bundle - 4.605s]

Then opening the (default) website on Mozilla Firefox(*):

localhost:8000

Versioning

Version 1.1 - Current version

Author

Lucio Afonso

License

This project is licensed under the GPL License - see the LICENSE.md file for details

Acknowledgments

Official sites:
http://gatsbyjs.org/
http://nodejs.org/

Tutorials:
Andrew Mead