GraphQL API and utilities for the rpdata project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Gisle Aune c6f8fd9faa git: readme 6 years ago
..
public UI: Menu and routing works with style reminiscent of aitestory 6 years ago
src UI: Started on story content 6 years ago
.gitignore Created react app, changed Dockerfile to include UI files 6 years ago
README.md UI: Menu and routing works with style reminiscent of aitestory 6 years ago
package-lock.json Added ListItem and changed StoryList ot use it, reorganized StoryMenu, added scrollbar styling, added moment dependency 6 years ago
package.json Added ListItem and changed StoryList ot use it, reorganized StoryMenu, added scrollbar styling, added moment dependency 6 years ago

README.md

User Interface

Setup

This is a UI created with create-react-app, so the process of getting started on a new host is navigating to the directory and running these commands.

npm install
npm start

Release

This is built and packaged with the parent project.