diff --git a/docs/README.md b/docs/README.md index 3bb11a44..7571d150 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 +```