This documentation is deprecated. Please use our new technical documentation.
The OP Stack is an open, collectively maintained development stack for blockchain ecosystems. This repository contains the source code for the OP Stack Docs.
yarn dev
Then navigate to http://localhost:8080.
If that link doesn't work, double check the output of yarn dev
.
You might already be serving something on port 8080 and the site may be on another port (e.g., 8081).
yarn build
You probably don't need to run this command, but now you know.
Edit the markdown directly in src/docs.
Add your markdown files to src/docs. You will also have to update src/.vuepress/config.js if you want these docs to show up in the sidebar.
We currently use an ejected version of vuepress-theme-hope. Since the version we use was ejected from the original theme, you'll see a bunch of compiled JavaScript files instead of the original TypeScript files. There's not much we can do about that right now, so you'll just need to make do and edit the raw JS if you need to make theme adjustments. We're planning to move away from VuePress relatively soon anyway so we won't be fixing this.