Skip to content

Project info admin

Calum Mackervoy requested to merge project-info-admin into project-info-page
  • Merged staging (so that it will work with the new process from JB/Plup)
  • Project team works on members field and displays Administrator status. This has butchered the CSS and will need the same changes from MR !89 (merged) (sorry)

The process for cleaning your local environment (from the changes in merging staging):

  • Remove your src/config.json
  • Remove the www folder
  • Pull staging (done in this MR)
  • npm install
  • Copy config.sample.json to config.json (keep it on root folder)
  • By default, this file is on localhost:8000.
  • Now you can start your project with npm run watch
  • Notice that src/context.jsonld is now directly on src/dependencies.pug
Edited by Calum Mackervoy

Merge request reports