Skip to content

Commit

Permalink
added a docs readme (#483)
Browse files Browse the repository at this point in the history
* added a docs readme

* more readme
  • Loading branch information
oveddan authored Jun 27, 2024
1 parent d3fd6ae commit 10d3855
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
This is a [Vocs](https://vocs.dev) project bootstrapped with the Vocs CLI.
```
________ ______ _______ ______ _______ ______ ______ ______
/ | / \ / \ / \ / \ / \ / \ / \
$$$$$$$$/ /$$$$$$ |$$$$$$$ |/$$$$$$ | $$$$$$$ |/$$$$$$ |/$$$$$$ |/$$$$$$ |
/$$/ $$ | $$ |$$ |__$$ |$$ |__$$ | $$ | $$ |$$ | $$ |$$ | $$/ $$ \__$$/
/$$/ $$ | $$ |$$ $$< $$ $$ | $$ | $$ |$$ | $$ |$$ | $$ \
/$$/ $$ | $$ |$$$$$$$ |$$$$$$$$ | $$ | $$ |$$ | $$ |$$ | __ $$$$$$ |
/$$/____ $$ \__$$ |$$ | $$ |$$ | $$ | $$ |__$$ |$$ \__$$ |$$ \__/ |/ \__$$ |
/$$ |$$ $$/ $$ | $$ |$$ | $$ | $$ $$/ $$ $$/ $$ $$/ $$ $$/
$$$$$$$$/ $$$$$$/ $$/ $$/ $$/ $$/ $$$$$$$/ $$$$$$/ $$$$$$/ $$$$$$/
```

[Live Docs Website](https://docs.zora.co/)

The Zora Docs site contains documentation on Zora contracts, SDKs, and the Zora Network.

It is built on the [vocs](https://vocs.dev) framework.

## Development Setup

Before running the dev server, from the root of the monorepo:

```bash
yarn build
```

Then, from the `docs` directory, start the dev server:

```bash
yarn dev
```

0 comments on commit 10d3855

Please sign in to comment.