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

Latest commit

 

History

History
42 lines (27 loc) · 747 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 747 Bytes

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