Skip to content

Commit

Permalink
Update readme with docs link and startup commands (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
CynthiaKamau authored Oct 2, 2023
1 parent 9bf4b36 commit 611cab1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
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).

0 comments on commit 611cab1

Please sign in to comment.