-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme with docs link and startup commands (#7)
- Loading branch information
1 parent
9bf4b36
commit 611cab1
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# O3 Docs | ||
|
||
This documentation is intended to enable users to utilize the features of the OHRI form engine . | ||
|
||
Local Development | ||
|
||
To install the dependancies run: | ||
```bash | ||
yarn | ||
``` | ||
|
||
To build the project run: | ||
```bash | ||
yarn build | ||
``` | ||
|
||
To start the dev server run: | ||
```bash | ||
yarn dev | ||
``` | ||
|
||
The documentation website for the OHRI Form Engne https://ohri-docs.globalhealthapp.net. | ||
|
||
Built using [Nextra](https://github.com/shuding/nextra) and powered by [Next.js](https://github.com/vercel/next.js). |