Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Feat/f2p 66 new logo (#6)
Browse files Browse the repository at this point in the history
* Added new Logo

* Added modified readme

* Bumped up version
  • Loading branch information
dc-andysign authored Mar 30, 2022
1 parent b92a179 commit c80df1b
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 94 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Description

Front-end for an authority in Veritable. Issue licenses, verify licenses and view license holders.
Front-end for a Regulator ( Safe2Fly ) in Veritable. Issue licenses, verify licenses and view license that have been previously created holders.

---

## Getting started

Expand All @@ -14,6 +16,8 @@ To start the application, run:
npm start
```

---

## Interacting with the ACA Swagger API Layer directly

**[README](https://gist.github.com/andysign/145188bc361ea9dd7e44db1a5a8a282a)**
Expand All @@ -31,3 +35,5 @@ To connect to a custom backend: when first opening the GUI, instead of clicking
All the React components / sub-components, in this project are developed using the _folders-as-components_ methodology (this methodology is described in detail here **[NodeJsOrg article](https://nodejs.org/dist/latest-v7.x/docs/api/modules.html#modules_folders_as_modules)**).

That means that every existing React component here has its own folder with an _index.js_ file and the component itself. This makes importing components more elegant. In addition, certain components are grouped inside folders and sub-folders.

---
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veritable-authority",
"version": "0.2.3",
"version": "0.2.4",
"description": "Front-end for Veritable authority",
"author": "Digital Catapult (https://www.digicatapult.org.uk/)",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit c80df1b

Please sign in to comment.