Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

vancouver/cssbrigade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS Brigade

CSS Brigade is Vancouver’s CSS meetup, bringing front-end designers, developers, and web enthusiasts up-to-date on the latest CSS technologies, workflows, and considerations. It’s community-driven and free to attend.

Running locally

If you’d like to run the website locally, you’ll need Node.js installed. Then, run the following commands on your terminal. If you’re unfamiliar with the terminal, take a look at this helpful introduction.

# Clone the repository
git clone https://github.com/vancouver/cssbrigade

# Move into the folder you just downloaded
cd cssbrigade/

# Install dependencies the project uses
npm install

# Serve the project with Harp
npm start

Deploying

To deploy, you’ll need to have access to the project. Follow the Running locally instructions, and then:

# Deploy to production
npm run deploy

Licenses

Copyright © 2013–2015 CSS Brigade.

Code is available under the MIT License (MIT).

Blog posts, documents, graphic assets, speakers’ resources, etc. are copyright their respective owners unless otherwise specified.