Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

PHX2600/phx2600.org

Repository files navigation

phx2600.org

The Phoenix, Arizona network of hackers homepage.

phx2600.org

Development Requirements

Local Development

Install PHP dependencies

composer install

Install and Compile CSS and JavaScript Assets

npm install
npm run dev

ℹ️ Watching for Changes

You can watch for changes to assets and re-compile automatically during development by running:

npm run watch

Building the Site

Local

vendor/bin/jigsaw build local

Production

vendor/bin/jigsaw build prodcution