All Projects → urbit → urbit.org

urbit / urbit.org

Licence: MIT license
The source for urbit.org

Programming Languages

javascript
184084 projects - #8 most used programming language

The website for Urbit is maintained by the Urbit Foundation and the Urbit community. Issues and contributions are welcome.

Getting Started

  1. Fork the Urbit site repository.

  2. Create a local clone of your fork.

  3. Navigate to the urbit.org directory and install Node 14 using nvm:

    cd urbit.org
    nvm install 14

    You can then run nvm use whenever in the repository (or automate it with a script - see here).

  4. Install our dependencies:

    npm install

    If running an arm64 Mac (M1 or later), you may need to install some dependencies to compile canvas, one of our dependencies. Assuming you have Homebrew:

    arch -arm64 brew install pkg-config cairo pango libpng jpeg giflib librsvg
  5. Run the development server:

    npm run dev
    # or
    yarn dev

    Open http://localhost:3000 with your browser to see the result.

To learn more about contributing, see GitHub's documentation.

Framework and Library Documentation

To learn more about Next.js, take a look at the following resources:

To learn more about Tailwind CSS, take a look at the docs:

Deployment

We deploy using Vercel. All pull requests will show a deployment preview via the same.

Upgrades

The /scripts contains scripts used to programmatically upgrade site content data.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].