Skip to content

agnelnieves/WCMIA2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Web Styles

This is a sass development environment for WCMIA 2020 website styles

Requirements

✨ Quick start

  1. Clone this repository.

    git clone https://github.com/agnelnieves/wcmia2020.git
  2. Navigate into the project's directory and start it up

    # navigate to the location where you cloned the repo
    cd wcmia2020/
    
    # install dependencies (can use yarn or npm)
    yarn install
    yarn sass

✍🏻 Contributing:

  1. Clone this repository.

    git clone https://github.com/agnelnieves/wcmia2020.git
  2. Create a new branch, prefixed by feat, followed by an overall name description. Example:

    # where `global-styles` is the name description of the branch
    git checkout -b feat-global-styles
  3. Start doing your changes (Don't forget to add yourself as a contributor to the package.json file 🙂)

  4. Add the changes and commit them using this Commit styleguide

    # including the changes to git
    git add --all
    
    # Add your commit message
    git commit -m "Feat: Add initial global styles for the website"
  5. Push your changes with your branch to git remote

    git push --set-upstream origin feat-global-styles
  6. To publish the changes, create a new Pull Request to the develop branch, and assign a reviewer. The reviewer should review the code, comment any changes or approve and merge the branch to develop

📖 Resources

  1. Everything you need to know about Git and version control
  2. Commit Styleguide
  3. WCMIA 2020
  4. NodeSass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages