|
1 |
| -# Optimism Docs |
| 1 | + |
| 2 | + |
| 3 | +[](https://github.com/ethereum-optimism/docs/issues) |
| 4 | +[](https://github.com/ethereum-optimism/docs/network) |
| 5 | +[](https://github.com/ethereum-optimism/docs/stargazers) |
| 6 | +[](https://github.com/ethereum-optimism/optimism/blob/develop/LICENSE) |
2 | 7 |
|
3 | 8 | This repo houses the Optimism Docs located at [docs.optimism.io](https://docs.optimism.io/). All documentation-related updates and new content will be tracked and maintained in this repo.
|
4 | 9 |
|
5 |
| -## Local Development |
| 10 | +## 🚀 Local Development |
6 | 11 |
|
7 |
| -How to [install pnpm](https://pnpm.io/installation) |
| 12 | +💡 How to [install pnpm](https://pnpm.io/installation) |
8 | 13 |
|
9 |
| -First, run `pnpm i` to install the dependencies. |
| 14 | +```sh |
| 15 | +pnpm i # Install dependencies |
| 16 | +``` |
10 | 17 |
|
11 |
| -Then, run `pnpm dev` to start the development server and visit localhost:3000. |
| 18 | +```sh |
| 19 | +pnpm dev # Start the development server |
| 20 | +``` |
| 21 | +Visit `localhost:3000` to view the documentation locally. |
12 | 22 |
|
13 |
| -## Contributions |
| 23 | +## 🛠 Contributions |
14 | 24 |
|
15 |
| -Please see the [CONTRIBUTING.md](CONTRIBUTING.md) page for specifics on how to write PRs, use the linter, run spellcheck, add dictionary terms, etc. You should also review the [Optimism Documentation Style Guide](/pages/connect/contribute/style-guide.mdx) for additional guidelines, especially if you are writing entirely brand new pages to the developer docs, as opposed to smaller edits and/or revisions. |
| 25 | +Please see the CONTRIBUTING.md page for specifics on how to write PRs, use the linter, run spellcheck, add dictionary terms, etc. You should also review the Optimism Documentation Style Guide for additional guidelines, especially if you are writing entirely brand new pages to the developer docs, as opposed to smaller edits and/or revisions. |
16 | 26 |
|
17 |
| -## Project Board |
| 27 | +## 📌 Project Board |
18 | 28 |
|
19 | 29 | You can track documentation [issues](https://github.com/ethereum-optimism/docs/issues) or submit documentation [requests](https://github.com/ethereum-optimism/docs/issues/new/choose) directly from this repo.
|
20 | 30 |
|
21 |
| -## License |
| 31 | +## 📜 License |
22 | 32 |
|
23 | 33 | This project is licensed under the [MIT License](https://github.com/ethereum-optimism/optimism/blob/develop/LICENSE).
|
24 | 34 |
|
| 35 | +## 🌐 Connect with Us |
| 36 | + |
| 37 | +[](https://x.com/optimism) |
| 38 | +[](https://discord.com/invite/optimism) |
| 39 | +[](https://github.com/ethereum-optimism) |
| 40 | +[](https://www.optimism.io/) |
| 41 | + |
| 42 | +💡 Stay connected, contribute, and help us build a better ecosystem! |
| 43 | + |
| 44 | + |
0 commit comments