Skip to content

Commit c968778

Browse files
committed
cleanup
1 parent 9b28515 commit c968778

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,14 @@ First, you have to write a schema yaml file. It should follow json-schema format
1818

1919
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.
2020

21+
## Dev for react v2
22+
23+
This will change in the future, but for now:
24+
25+
- source schemas are found in the `/schemas` subfolder. Edit there.
26+
- `index_contents.py` will create all the API endpoints and copy the schemas themselves into `/public`, so they will be served by react
27+
- run `npm run bulid` to create the `/dist` folder from the source in `/src` (and `/public`).
28+
- Host the site on github pages from the `dist` folder?
29+
2130

2231

index_contents.sh

-8
This file was deleted.

src/assets/react.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)