Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4eb8662
feat(taccsite_ui): fp-1499 pattern demo
wesleyboar Jul 28, 2022
906201c
fix(taccsite_ui): fp-1499 remove stray logging
wesleyboar Jul 28, 2022
079bcf3
docs(_ui): fp-1499 fix copy-pasta usage steps
wesleyboar Jul 28, 2022
2e9a2b2
fix(taccsite_ui): build from core-styles tarball
wesleyboar Jul 29, 2022
e02d580
fix(taccsite_ui): css demo start site.cs load
wesleyboar Jul 29, 2022
af95428
docs(readme): taccsite_ui npm commands update
wesleyboar Jul 29, 2022
c53a546
feat(…_ui): build from TACC/Core-Styles tarball
wesleyboar Jul 29, 2022
5a09a0e
Merge branch 'main' into task/fp-1499-ui-pattern-demo
wesleyboar Jul 29, 2022
c85193f
chore(taccsite_ui): fp-1499 no repeat theme config
wesleyboar Aug 3, 2022
4143eeb
chore(taccsite_ui): fp-1499 simpler theme config
wesleyboar Aug 3, 2022
0486cf2
Merge branch 'main' into task/fp-1499-ui-pattern-demo
wesleyboar Aug 4, 2022
9f635db
feat: fp 1726 publications list styles
wesleyboar Aug 4, 2022
e7bf806
Merge branch 'main' into task/fp-1499-ui-pattern-demo
wesleyboar Aug 4, 2022
66b55f6
Merge branch 'task/fp-1499-ui-pattern-demo' into task/fp-1499-ui-patt…
wesleyboar Aug 4, 2022
a28d4a8
feat: fp 1726 provide slug from site_uri
wesleyboar Aug 8, 2022
c8ff701
feat: fp 1726 pagination snippet
wesleyboar Aug 8, 2022
71b6048
feat(core-styles): get latest (c-button a support)
wesleyboar Aug 8, 2022
64c3ac1
feat(core-styles): fp-1499 install branch not tar
wesleyboar Aug 8, 2022
c9805e9
Merge branch 'task/fp-1499-ui-pattern-demo' into task/fp-1499-ui-patt…
wesleyboar Aug 8, 2022
6d920db
fix: node version in package.json & readme
wesleyboar Aug 9, 2022
3dada0d
Merge branch 'task/fp-1499-ui-pattern-demo' into task/fp-1499-ui-patt…
wesleyboar Aug 9, 2022
f2a09eb
docs(snippet): comment link to guide doc
wesleyboar Aug 9, 2022
bdd3857
docs(templates): short link to guide doc, move up
wesleyboar Aug 9, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ repo_name.var
/static
/media

# UI Pattern Demo
/taccsite_ui/dist

# Secrets and Customizations
taccsite_cms/secrets.py
*.custom.yml
Expand Down
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The base CMS code for TACC WMA Workspace Portals & Websites
* Docker 20.10.7
* Docker Compose 1.29.2
* Python 3.6.8
* Nodejs 12.x (LTS)
* Nodejs 16.x (LTS)

The Core CMS can be run using [Docker][1] and [Docker Compose][2]. You will
need both Docker and Docker Compose pre-installed on the system you wish to run the CMS
Expand Down Expand Up @@ -267,6 +267,24 @@ If you need to change files within `/taccsite_custom`:
<sub>\* You should run this command in the container __from `/code/`__. _See [Running Commands in Container](#running-commands-in-container)._</sub>\
<sub>† See [Restarting the CMS Server](#restarting-the-cms-server).</sub>

### UI Pattern Demo

This demo shows [Core Styles] with `site.css` from either [Core CMS] or a [Core CMS Resources] project.

1. Build UI patterns demo: \*

```bash
npm run build:css-demo --project=name-of-project
```

2. Serve the demo:

```bash
npm run start:css-demo
```

<sub>\* Where `name-of-project` is "core-cms" or matches a directory from `/taccsite_custom`. __A project name is required.__</sub>


## Running Commands in Container

Expand Down Expand Up @@ -341,7 +359,6 @@ We use a modifed version of [GitFlow](https://datasift.github.io/gitflow/Introdu

See [Locally Develop CMS and Styles](https://github.com/TACC/Core-CMS/wiki/Locally-Develop-CMS-and-Styles).


### Best Practices

Sign your commits ([see this link](https://help.github.com/en/github/authenticating-to-github/managing-commit-signature-verification) for help)
Expand Down
Loading