uclaacm / Styleguide

Foundational guidelines for developers and designers on how to represent ACM's identity, created by the ACM Design Team

Home Page:https://design.uclaacm.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

  1. Clone this repository to your local machine
  2. run npm install
  3. run npm run start

That's it! 😎

The scripts in package.json is also configured for hot reload, meaning whenever you modify a file while the script is running, eleventy and sass will automatically recompile.

Note to WSL Users

WSL, especially WSL2, has optimizations that allow it to run faster when data is stored under the Linux filesystem. So make sure you git clone into your Linux filesystem (e.g. /home/<username>/), and not your Windows filesystem.

Westwood Sans

To install Westwood Sans from its repository, run git submodule init To update, run git pull --recurse-submodules

About

Foundational guidelines for developers and designers on how to represent ACM's identity, created by the ACM Design Team

https://design.uclaacm.com/


Languages

Language:SCSS 37.6%Language:CSS 36.7%Language:HTML 23.1%Language:JavaScript 2.6%