Skip to content

Mohammed-Taysser/Gutenberry

Repository files navigation

Hello world and welcome in version 2 of Gutenberry. It's multiple page designed for a blog website. I introduce a lot of technologies ond new tools to boost speed and performance.

Quick start 🚀

Choose one of the following options:

  • Download the latest stable release from releases. This zip file is a snapshot of the dist folder.

  • Clone the git repo and checkout the tagged release you'd like to use. The dist folder represents the latest version of the project for end users.

    # clone the repo
    git clone https://github.com/Mohammed-Taysser/Gutenberry.git
    
    # choose release
    git checkout release_tag

then in the project directory, run the command:

# install dependencies
npm install

# go to live
npm run start

Features 💬

  • no jQuery needed but also still supported 😉
  • Designed with progressive enhancement in mind.
  • Most Of Functionality Built Using Vanilla Js With Little Of Es6.
  • Using the power of Gulp.Js as Task Runner
  • Minify Both Html And Css And Javascript For More Performance 💪

Browser Support 🛠️

supports the latest, stable releases of all major browsers.

You can find our range of supported browsers in our package.json At present we extend the browsersList default with the addition of IE 11.

That configuration translates to this full list of browsers.

"browserslist": [
"> 0.5%",
"last 2 versions",
"IE 10"
],

Documentation 📝

Take a look at the documentation table of contents. This documentation is bundled with the project which makes it available for offline reading and provides a useful starting point for any documentation you want to write about your project

Used Tools 🤖