A site for organisations (e.g. BYBA) to carry out administrative tasks (such as configuring events)
This repository contains the code for the Organisation Admin website.
/
+-- .husky - contains custom git hooks
+-- config - contains sample configuration files
+-- lib - contains general helper modules and classes
+-- public - contains static content served directly
+-- routes - contains Express routers
+-- views - contains handlebars view files
| +-- layouts - contains handlebars layout files
| +-- partials - contains handlebars partials
+-- app.js - the entry point for the application
yarn global add gulp-cli
as a privileged user)yarn
- this will install all of the dependencies for the site and the custom git hooksgulp
. This will: