Skip to content

wgxcodersdc/old-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

womenwhocodedc.com

This is the repo for the public-facing DC chapter of Women Who Code. Edits to website should be made with feature branches. Other branches are as follows:

master: Branch kept in sync across members for changes others should have locally but aren't ready to go live yet.

production: Branch that has a webhook for Heroku. Don't automatically push to production, submit a pull request. Pushes to production should probably receive two 👍s before getting submitted.

Vhost

Craft is happier with a virtual host. I've aliased mine to craft.dev in my httpd-vhosts.conf file:

  <VirtualHost *:80>
      ServerName craft.dev
      ServerAlias "craft.dev.192.168.7.72.xip.io"
      DocumentRoot '<path-to-website-folder>/public/'
      <Directory "<path-to-website-folder>/public/">
          Options Indexes FollowSymLinks
          AllowOverride All
          Order deny,allow
          Allow from all
      </Directory>
  </VirtualHost>

Front-end Dependencies

We're using Gulp to compile/concatenate/boring stuff on the front-end. (We're using Dan Tello's Gulp Starter.) In order to use it, you need node. In order to install all the gulp things, run npm install. To run gulp, run gulp watch.

About

Women Who Code DC website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published