Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Jan 27, 2024
1 parent 9b28515 commit c968778
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,14 @@ First, you have to write a schema yaml file. It should follow json-schema format

After creating your schema file, you can contribute it to this repository so that you and others can more easily load it. Name your schema yaml file with the name of the schema. Schemas in the registry are divided into namespaces, which are represented as subfolders in this repository. So, place your schema into an appropriate subfolder, and then open a pull request.

## Dev for react v2

This will change in the future, but for now:

- source schemas are found in the `/schemas` subfolder. Edit there.
- `index_contents.py` will create all the API endpoints and copy the schemas themselves into `/public`, so they will be served by react
- run `npm run bulid` to create the `/dist` folder from the source in `/src` (and `/public`).
- Host the site on github pages from the `dist` folder?



8 changes: 0 additions & 8 deletions index_contents.sh

This file was deleted.

1 change: 0 additions & 1 deletion src/assets/react.svg

This file was deleted.

0 comments on commit c968778

Please sign in to comment.