Giter Club home page Giter Club logo

musical-giggle's Introduction

๐Ÿš€ Quick start

  1. Make sure to have Node.js installed (v18 or newer)

    node --version

    Node.js installation guide

  2. Make Sure you have GIT install on your system.

    git --version

    GIT installation guide

  3. Install Gatsby CLI on your device (v5 or newer).

    npm install -g gatsby-cli

    Check version.

    gatsby --version
  4. Install the dependencies.

    Navigate into the website directory and install dependencies.

    cd tasksuite-website/
    npm install
  5. Create branch from dev

    git checkout dev
    git checkout -b <branch-name>

    name branch as follows: or

  6. Start developing.

    Start it up.

    gatsby develop
  7. Open the code and start developing!

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

  8. If a new page, add component and style

    Import Layout from './src/components/layout/layout.js'

    You should also wrap your component with padding of 7% on the sides and 100% viewport height

    Add a media query for ultra-wide support as follows:

    @media only screen and (min-width: 2561px)  {
    .container {
        max-width: 2560px;
        padding: 26px 180px;
        }
    }
    

    Place all components and elements inside the

  9. Use global.css variables for color and fonts

    Refer to global.css in the syles folder for variable names. Fonts should mainly follow this order:

    Titles and headers: var(--font-regular)

    all other text: var(--font-light)

    If needed, add a font-weight of 600 if needing bold.

  10. Use .module.css file for the styling of component.

    Place CSS Module files in the same folder as the js component.

Learn More

Documentation

Tutorials

Guides

API Reference

Plugin Library

Cheat Sheet

musical-giggle's People

Watchers

Chris Winters 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.