https://github.com/uq-rcc/qldarch-frontend
This is the frontend web app that runs the Digital Archive of Queensland Architecture (qldarch.net). This repo is a continuation from the old unmaintained repo https://github.com/uq-eresearch/qldarch-frontend
https://github.com/uq-rcc/qldarch-frontend
Last synced: 16 days ago
JSON representation
This is the frontend web app that runs the Digital Archive of Queensland Architecture (qldarch.net). This repo is a continuation from the old unmaintained repo https://github.com/uq-eresearch/qldarch-frontend
- Host: GitHub
- URL: https://github.com/uq-rcc/qldarch-frontend
- Owner: UQ-RCC
- License: mit
- Created: 2020-10-19T11:35:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-04-22T07:29:34.000Z (about 2 months ago)
- Last Synced: 2026-04-22T08:35:47.458Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 17.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
qldarch-frontend
==================
Running the Front End locally (pointing at qldarch server)
-----
# Setting up
## 1. Getting the Global Tools
* Install NPM
* Install the dev tools you need - yo, bower, grunt `npm install -g yo bower grunt-cli`
* Install generator for angular (does angular scaffolding) `npm install -g generator-angular`
## 2. Installing Project Dependencies
* Run `npm install`
* Run `npx bower install`
## 3. Running it Locally
* Run `npx grunt server`
## 4. Build
* Run `npx grunt build --force`
## 5. Clean up existing build
* Run `npx grunt clean`
* Run `npx bower clean`