-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added a docs readme * more readme
- Loading branch information
Showing
1 changed file
with
31 additions
and
1 deletion.
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 |
---|---|---|
@@ -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 | ||
``` |