Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.47 KB

contributors.md

File metadata and controls

56 lines (41 loc) · 1.47 KB

+++ title = "Setup for Contributors" weight = 100 +++


Table of Contents


Local Repo Setup

After cloning the repo:

git clone https://github.com/tieje/unofficial_powell_365_docs.git
  1. Install Rust
    1. Add ~/wherever-it-is/.cargo/bin to path.
  2. Install Zola
    1. If you're on Windows or M1 Mac, I recommend building from source
      1. git clone https://github.com/getzola/zola.git
      2. cd zola && cargo build --release
      3. Add the resulting zola executable to path.
  3. zola serve

Recommended VSCode Extensions

Name: Markdown All in One
Id: yzhang.markdown-all-in-one
Description: All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more)
Version: 3.5.0
Publisher: Yu Zhang
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one

Recommendations

  1. Write to think. Make documentation while you're doing something new in Powell. It's mentally difficult to go back making documentation for Powell a day or more after its done.

Header Rules

  Do not use non-alpha-numeric characters in markdown headers.