jasondavies / iroh.computer

iroh website

Home Page:https://iroh.computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iroh.computer

The docs theme is based on the protocol tailwind theme, with a bunch of modifications. Protocol is a Tailwind UI site template built using Tailwind CSS and Next.js.

Getting started

You'll need node to run locally. To get started with this template, first install the npm dependencies:

npm install

Next, run the development server:

npm run dev

Finally, open http://localhost:3000 in your browser to view the website.

Editing docs content

Our docs are generated. Use the following steps to make adjustments to the content and update the website to match:

  • make your edits to the documentation in the api-code-examples/api.mjs file
  • cd into the scripts folder
  • run npm install if you have not run it in this folder previously
  • run node generate-api-pages.js to generate the doc files for the website

Style / grammar guide

Follow the style that has already been layed out. But as a general rule of thumb, follow normal English punctuation, but favor brevity over proper grammar. In other words, use capital letters at the start of sentences, and end them with a period, but sentences can be fragments if that gets the point across quicker.

Learn more

To learn more about the technologies used in this site template, see the following resources:

  • Tailwind CSS - the official Tailwind CSS documentation
  • Next.js - the official Next.js documentation
  • Headless UI - the official Headless UI documentation
  • Framer Motion - the official Framer Motion documentation
  • MDX - the official MDX documentation
  • Algolia Autocomplete - the official Algolia Autocomplete documentation
  • FlexSearch - the official FlexSearch documentation
  • Zustand - the official Zustand documentation

About

iroh website

https://iroh.computer

License:Other


Languages

Language:MDX 43.7%Language:JavaScript 36.5%Language:HTML 5.7%Language:Go 4.9%Language:Python 4.2%Language:CSS 3.7%Language:Rust 0.7%Language:Shell 0.4%Language:Swift 0.1%