Skip to content

svoulgaris-spec/wsbf.net

Repository files navigation

wsbf.net

This repository contains the code for all of WSBF's web presence, which includes the following sites:

Installation

The development setup requires node and npm.

git clone https://github.com/wsbf/wsbf.net [directory]
cd [directory]
npm install
npm run build

Ensure that the following links are created to ensure full website functionality:
- client_build/camera -> /var/www/camera
- client_build/dj/storage/music -> /var/www/Jemaine
- client_build/dj/storage/shows -> /var/www/Bret

Contributing

  • Fork this repository
  • Develop, push your changes to your fork
  • Create a Pull Request in this repository with your changes

Currently, server-side development (PHP scripts) must be done on the web server because I don't have a test suite in place to mock the database and other PHP services.

About

The WSBF website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.0%
  • PHP 33.0%
  • HTML 22.5%
  • CSS 1.7%
  • Shell 0.8%